Skip to main content
Advanced Search
Search Terms
Content Type

Exact Matches
Tag Searches
Date Options
Updated after
Updated before
Created after
Created before

Search Results

8 total results found

wait

5. Level Modding Event Calls

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] = { ...

eventcall
wait
2016
Eternal

waitMaintainComplete

5. Level Modding Event Calls

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; /...

wait
2016
Eternal
eventcall
maintain

waitAIHealthLevel

5. Level Modding Event Calls

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 = { ...

eventcall
wait
2016
Eternal

waitAIRemaining

5. Level Modding Event Calls

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 } ...

2016
Eternal
eventcall
wait

waitKillCount

5. Level Modding Event Calls

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] = { ...

eventcall
wait
2016
Eternal

waitMulitpleConditions

5. Level Modding Event Calls

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 = { ...

eventcall
wait
2016
Eternal

waitRandomKillCount

5. Level Modding Event Calls

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...

eventcall
wait
random
2016
Eternal

waitStaggeredSpawnComplete

5. Level Modding Event Calls

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...

eventcall
staggerspawn
wait
2016
Eternal