Advanced Search
Search Results
8 total results found
wait
An eventCall that tells the idEncounterManager to wait a specified amount of time before executing the next eventCall. Usage item[0] = { eventCall = { eventDef = "wait"; args = { num = 1; item[0] = { ...
waitMaintainComplete
An eventCall to wait until a preceding maintainAICount finishes. Usage item[0] = { eventCall = { eventDef = "waitMaintainComplete"; args = { num = 3; item[0] = { eEncounterSpawnType_t = ""; // aiType } item[1] = { int = 0; /...
waitAIHealthLevel
An eventCall that tells the idEncounterManager to wait until the specified ai type reaches a certain HP level, before executing the next eventCalls. Usage item[0] = { eventCall = { eventDef = "waitAIHealthLevel"; args = { ...
waitAIRemaining
An eventCall to wait until a certain quantity of specified ai types remain in an idEncounterManager. Usage item[0] = { eventCall = { eventDef = "waitAIRemaining"; args = { num = 3; item[0] = { eEncounterSpawnType_t = ""; // aiType } ...
waitKillCount
An eventCall that tells the idEncounterManager to wait until a certain quantity of the specified ai type are killed. Usage item[0] = { eventCall = { eventDef = "waitKillCount"; args = { num = 3; item[0] = { ...
waitMulitpleConditions
An eventCall for using multiple wait eventCalls in an idEncounterManager. This eventCall is spelled incorrectly in the engine ("Mulitple"), and must be used this way. Usage item[0] = { eventCall = { eventDef = "waitMulitpleConditions"; args = { ...
waitRandomKillCount
An eventCall to wait until a random quantity of specified ai types are killed in an idEncounterManager. Usage item[0] = { eventCall = { eventDef = "waitRandomKillCount"; args = { num = 4; item[0] = { eEncounterEventFlags_t = ""; // aiTyp...
waitStaggeredSpawnComplete
An eventCall to wait until the preceding staggeredAISpawn finishes. Usage item[0] = { eventCall = { eventDef = "waitStaggeredSpawnComplete"; args = { num = 3; item[0] = { eEncounterSpawnType_t = ""; // aiType } item[1] = { i...