10 .playerSearchInterval = 10,
13 .chaseUpdateInterval = 10,
14 .chaseRadius = 200.0f,
20 Call(N(HoppingAI_Main),
Ref(N(AISettings_Fuzzy_Wander)), 0)
28 .level = ACTOR_LEVEL_FUZZY,
29 .ai = &N(EVS_NpcAI_Fuzzy_Wander),
@ NPC_FLAG_IGNORE_WORLD_COLLISION
ApiStatus SetNpcFlagBits(Evt *script, b32 isInitialCall)
#define Ref(sym)
Address/pointer constant.
#define End
Signals the end of EVT script data. A script missing this will likely crash on load.
#define Call(FUNC, ARGS...)
Calls a given C EVT API function with any number of arguments.
#define Return
Kills the current EVT thread.