Advanced Search
Search Results
2 total results found
idArchvileTemplate
5. Level Modding
Entities
An entity to control what ai types an Archvile can summon. Usage entity { entityDef example_archvile_template { class = "idArchvileTemplate"; expandInheritance = false; poolCount = 0; poolGranularity = 2; networkReplicated = false; disableAIPoo...
spawnArchvile
5. Level Modding
Event Calls
An eventCall to spawn an Archvile. Usage item[0] = { eventCall = { eventDef = "spawnArchvile"; args = { num = 4; item[0] = { entity = ""; // spawnTarget } item[1] = {...