Call of Duty Script Documentation
forcespawn(<targetname>)
ModuleSpawn
Summary
Force spawns an actor from an actor spawner, reguardless of whether the spawn point is in sight or if the spawn will cause a telefrag
Call this function on
An actor spawner
Example
spawned = driver forcespawn(name);
Minimum Number of arguments: 0
Number of optional arguments: 1
1 : <targetname> sets the targetname of the spawned entity
Return to Function List