Schedule: Difference between revisions
Jump to navigation
Jump to search
m (minoro) |
No edit summary |
||
Line 4: | Line 4: | ||
* [[Creating a schedule]] | * [[Creating a schedule]] | ||
* [[Shared schedules]] | * [[Shared schedules]] | ||
* console command : '''npc_reset''' reloads schedules for all NPC's from their script files. | |||
[[Category:AI Programming]] | [[Category:AI Programming]] |
Revision as of 04:28, 8 March 2008
A schedule is a list of tasks 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
- Creating a schedule
- Shared schedules
- console command : npc_reset reloads schedules for all NPC's from their script files.