SetRootObjectSpawner Property

Usage:
   ObjectiveManager.SetRootObjectSpawner number name

Argument values:

argument 1:    range is 1 to 2; most commonly 1, 2
argument 2:    ALLIED, AXIS

This property is not a part of any defined type of object.

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

Parent directory of these .con files: Bf1942/Levels

Example: (from Bf1942/Levels/Mimoyecques/ObjectiveMode/ObjectiveCommon.con)
   rem =========== Objective Manager Stuff===============================
   ObjectiveManager.SetDefender 1
   ObjectiveManager.RegisterObjectSpawner ObjectiveSpawner01
   ObjectiveManager.RegisterObjectSpawner ObjectiveSpawner02
   ObjectiveManager.RegisterObjectSpawner ObjectiveSpawner03
   ObjectiveManager.RegisterObjectSpawner ALLIED
   ObjectiveManager.RegisterObjectSpawner AXIS
   ObjectiveManager.SetRootObjectSpawner 1 AXIS
   ObjectiveManager.SetRootObjectSpawner 2 ALLIED


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