TimeToReSpawn Property

Usage:
   ObjectTemplate.TimeToReSpawn number

Argument values:

argument 1:    range is 10 to 30; most commonly 10

Related properties: AddTemplate, NetworkableInfo, Radius

Used in object types (always present 100% of the time): Flag

Used in a total of 32 .con files: Ctf.con, Init.con, Objects.con

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

Example: (from Bf1942/Levels/Stalingrad/Init.con)
   rem
   rem *** Define flags ***
   rem
   ObjectTemplate.Create Flag blueFlag
   ObjectTemplate.Team 1
   ObjectTemplate.NetworkableInfo FlagBodyInfo
   ObjectTemplate.Radius 5
   ObjectTemplate.TimeToReSpawn 10
   ObjectTemplate.AddTemplate AnimatedGeFlag


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