BasicTemp Property

Usage:
   AiTemplate.BasicTemp number

Argument values:

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

Related properties: AddPlugIn, AddType, AllowedTimeDiff, CommonKnowledge

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

Used in a total of 312 .con files: Object.con, Objects.con

Parent directories of these .con files: objects/Vehicles, objects/Vegetation, objects/Stationary_Weapons, objects/Soldiers, objects/MOVE_FILES, objects/Buildings, Bf1942/Levels

Example: (from objects/Buildings/Italy/Cass_8_M1/Ai/Objects.con)
   rem *** AITemplate ***
   AiTemplate.Create Cass_8_m1
   AiTemplate.AddType ITCover
   AiTemplate.AddType ITStructure
   AiTemplate.Degeneration 1
   AiTemplate.AllowedTimeDiff -1
   AiTemplate.BasicTemp 1
   AiTemplate.CommonKnowledge 1
   AiTemplate.AddPlugIn Cass_8Cover
   AiTemplate.AddPlugIn Cass_8Physical


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