SetAIEnterOnSpawn Property

Usage:
   ObjectTemplate.SetAIEnterOnSpawn boolean

Argument values:

argument 1:    0, 1; most commonly 0

Related properties: SetGroup, SetSpawnAsParaTroper, SetSpawnId, SetSpawnPositionOffset, SetSpawnPreventionDelay

Used in object types (and how often in each type): SpawnPoint (10%)

Used in a total of 43 .con files: Allies_eastairfield_spawn.con, Allies_factory_spawn.con, Allies_westairfield_spawn.con, Objects.con, Soldierspawntemplates.con

Parent directories of these .con files: objects/Vehicles, Bf1942/Levels

Example: (from Bf1942/Levels/Gazala/singleplayer/SoldierSpawnTemplates.con)
   rem *** TestSpawnPoint9 ***
   ObjectTemplate.Create SpawnPoint TestSpawnPoint9
   ObjectTemplate.SetSpawnRotation 0/0/0
   ObjectTemplate.SetSpawnPositionOffset 0/0/0
   ObjectTemplate.SetSpawnPreventionDelay 0
   ObjectTemplate.SetSpawnId 0
   ObjectTemplate.SetGroup 0
   rem ObjectTemplate.setEnterOnSpawn 0
   ObjectTemplate.SetAIEnterOnSpawn 0
   ObjectTemplate.SetSpawnAsParaTroper 0


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