SetObjectiveDelay Property

Usage:
   ObjectTemplate.SetObjectiveDelay number

Argument values:

argument 1:    range is 1.0 to 3.0; most commonly 1.0

Related properties: SetNetworkableInfo

Used in object types (always present 100% of the time): ANDCompositeObjective, DestroyTargetObjective, TimerObjective

Used in a total of 7 .con files: Objectivespawnertemplates.con

Parent directory of these .con files: Bf1942/Levels

Example: (from Bf1942/Levels/Eagles_Nest/ObjectiveMode/ObjectiveSpawnerTemplates.con)
   rem ================ ObjectiveTemplates =====================
   rem // Axis = 1 , Allied = 2
   ObjectTemplate.Create DestroyTargetObjective DestroyTurbine01
   ObjectTemplate.SetNetworkableInfo ObjectiveInfo
   ObjectTemplate.ObjectiveName DOOR
   ObjectTemplate.SetTargetName Turbine01
   ObjectTemplate.SetObjectiveDelay 1.0
   ObjectTemplate.SetTeam 2


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