TeamOnVehicle Property

Usage:
   ObjectTemplate.TeamOnVehicle number

Argument values:

argument 1:    range is 1 to 2; most commonly 1

Related properties: Distance, SetObjectTemplate, SpawnDelay, SpawnDelayAtStart

Used in object types (and how often in each type): ObjectSpawner (7%)

Used in a total of 40 .con files: Objectivespawnertemplates.con, Objectspawntemplates.con

Parent directory of these .con files: Bf1942/Levels

Example: (from Bf1942/Levels/baytown/TDM/ObjectSpawnTemplates.con)
   ObjectTemplate.Create ObjectSpawner battleshipSpawner
   ObjectTemplate.SetObjectTemplate 2 princeow
   ObjectTemplate.SetObjectTemplate 1 yamato
   ObjectTemplate.SpawnDelay 300
   ObjectTemplate.SpawnDelayAtStart 0
   ObjectTemplate.TimeToLive 120
   ObjectTemplate.Distance 200
   ObjectTemplate.TeamOnVehicle 1


Go to the ObjectTemplate properties list page, ObjectTemplate page, All Properties list, or Main scripting page.