SetFlagLocation Property

Usage:
   ObjectTemplate.SetFlagLocation x/y/z x/y/z

Argument values:

argument 1:    0/7.6/0; most commonly 0/7.6/0
argument 2:    0/0/0

Related properties: FlagTemplate, Geometry, Radius

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

Used in a total of 3 .con files: Objects.con

Parent directory of these .con files: objects/Items

Example: (from objects/Items/Flag/Objects.con)
   rem ------------- BlueFlag and RedFlag is defined per level ------------------------
   ObjectTemplate.Create FlagBase BlueBase
   ObjectTemplate.Team 1
   ObjectTemplate.FlagTemplate BlueFlag
   ObjectTemplate.Radius 5
   ObjectTemplate.Geometry flagbase_m1
   ObjectTemplate.SetHasCollisionPhysics 1
   ObjectTemplate.SetFlagLocation 0/7.6/0 0/0/0


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