8 .alertOffsetDist = 30.0f,
9 .playerSearchInterval = 4,
12 .chaseUpdateInterval = 1,
13 .chaseRadius = 140.0f,
14 .chaseOffsetDist = 30.0f,
19 Call(BasicAI_Main,
Ref(N(AISettings_PyroGuy)))
27 .level = ACTOR_LEVEL_PYRO_GUY,
28 .ai = &N(EVS_NpcAI_PyroGuy),
#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.