8 .alertOffsetDist = 65.0f,
9 .playerSearchInterval = 8,
12 .chaseUpdateInterval = 2,
13 .chaseRadius = 110.0f,
14 .chaseOffsetDist = 65.0f,
19 Call(N(GuardAI_Main),
Ref(N(AISettings_Bobomb_Guard)))
27 .level = ACTOR_LEVEL_BOB_OMB,
28 .ai = &N(EVS_NpcAI_Bobomb_Guard),
#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.