mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2025-12-14 03:32:00 +00:00
* idle basic mobs can plan again * ready --------- Co-authored-by: Ben10Omintrix <138636438+Ben10Omintrix@users.noreply.github.com> Co-authored-by: projectkepler-RU <99981766+projectkepler-ru@users.noreply.github.com>
9 lines
283 B
Plaintext
9 lines
283 B
Plaintext
AI_CONTROLLER_SUBSYSTEM_DEF(ai_idle_controllers)
|
|
name = "AI Idle Controllers"
|
|
flags = SS_POST_FIRE_TIMING | SS_BACKGROUND
|
|
priority = FIRE_PRIORITY_IDLE_NPC
|
|
init_order = INIT_ORDER_AI_IDLE_CONTROLLERS
|
|
wait = 5 SECONDS
|
|
runlevels = RUNLEVEL_GAME
|
|
planning_status = AI_STATUS_IDLE
|