Schedule: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
No edit summary
(Redirected page to Creating a schedule)
Line 1: Line 1:
A '''schedule''' is a list of [[task]]s the NPC is to perform, a schedule could be to go to a specific location, such as <code>SCHED_FORCED_GO</code> or a schedule to create an attack plan <code>SCHED_PLAN_ATTACK</code>. The NPC's schedule selection is governed by its current [[state]] and [[condition]]s.
#redirect [[Creating a schedule]]
 
== See also ==
* [[Creating a schedule]]
* [[Shared schedules]]
* console command : '''npc_reset''' reloads schedules for all NPC's from their script files.
 
 
 
[[Category:AI Programming]]

Revision as of 09:42, 15 September 2011