Usage:
ObjectTemplate.MaxSpawnDelay
number
Argument values:
argument 1: | range is 0 to 9999; most commonly 80 |
Description: The maximum amount of time that will pass before an object is respawned.
Related properties: MinSpawnDelay, SpawnDelay, SpawnDelayAtStart
Used in object types (and how often in each type): ObjectSpawner (49%)
Used in a total of 125 .con files: Objects.con, Objectspawntemplates.con
Parent directories of these .con files: objects/Vehicles, Bf1942/Levels
Example: (from Bf1942/Levels/Santo_Croce/SinglePlayer/ObjectSpawnTemplates.con)
ObjectTemplate.Create ObjectSpawner lighttankspawner
ObjectTemplate.SetObjectTemplate 2 M3Grant
ObjectTemplate.SetObjectTemplate 1 M11-39
ObjectTemplate.MinSpawnDelay 40
ObjectTemplate.MaxSpawnDelay 80
ObjectTemplate.SpawnDelayAtStart 0
ObjectTemplate.TimeToLive 45
ObjectTemplate.Distance 40
ObjectTemplate.DamageWhenLost 10
Go to the ObjectTemplate properties list page, ObjectTemplate page, All Properties list, or Main scripting page.