HPL3/Amnesia: Rebirth/Scripting/Agents/Wraiths
This article is actively undergoing a major edit. The user who added this notice will be listed in its edit history should you wish to contact them. |
Basic Overview
Modes vs Commands
Each mode contains a subset of behaviors. They define what the 'default' action for the agent should be and can be used to give different agents of the same type unique behaviors.
A command is an order issued to the agent independent of the current mode. They can be used to override the agents current action. The agent will resume any mode specific behavior after completing the command.
Unlike previous HPL titles, agents should only be controlled through modes and commands, NOT through changing the agent state.