Call of Duty Script Documentation
setspawnerteam(<team>)
ModuleSpawn
Summary
Set the team for this spawner
Call this function on
An ai spawner
Example
self setspawnerteam("axis");
Minimum Number of arguments: 1
1 : <team> The team for this spawner. Either axis, allies or neutral
Number of optional arguments: 0
Return to Function List