Schedule

From Valve Developer Community
Revision as of 18:33, 10 June 2006 by Ts2do (talk | contribs)
Jump to navigation Jump to search

A schedule is a list of task the NPC is to perform, a schedule could be to go to a specific location, such as SCHED_FORCED_GO or a schedule to create an attack plan SCHED_PLAN_ATTACK. The NPC's schedule selection is governed by its current state and conditions.

See Also