|
Tiberian Technologies Scripts Reference Revision: 9000
|
Dynamic Spawner - Simple Spawner. More...
#include <dp88_misc.h>
A basic spawner for use in the Dynamic Spawners set of scripts, this simply indicates a location at which a player can spawn and, optionally, specifies a preset or a twiddler to change what soldier the player spawns as.
| Weighting | The weighting for this spawner in the controller, higher numbers will favour this spawner over other available spawners. This should be a value between 1 and 10 |
| Team | The 0 based index of the team which can use this spawner |
| Infantry_Preset | Optional, specifies an infantry preset to spawn the player. You can use a twiddler here to randomise the infantry unit the player spawns with. |
| Exclusive | Optional, if you set this to 1 the spawner will be disabled until the player who last spawned at it dies. This is useful for creating single-instance special units or restricting the number of players in an area |