Secondary Property

Usage:
   AiTemplate.Secondary number

Argument values:

argument 1:    range is 1 to 5; most commonly 1

Related properties: AddPlugIn, AddType, AllowedTimeDiff, BasicTemp, CommonKnowledge

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

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

Parent directory of these .con files: objects/Vehicles

Example: (from objects/Vehicles/Land/BlackMedal/AI/Objects.con)
   rem *** AITemplate ***
   AiTemplate.Create BlackMedalPassenger
   AiTemplate.AddType ITUnit
   AiTemplate.AddType ITBiological
   AiTemplate.AddType ITGround
   AiTemplate.Degeneration 10
   AiTemplate.AllowedTimeDiff 2
   AiTemplate.BasicTemp 6
   AiTemplate.CommonKnowledge 0
   AiTemplate.Secondary 1
   AiTemplate.AddPlugIn BlackMedalPassengerUnit
   AiTemplate.AddPlugIn BlackMedalPassengerCtrl


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