SetStrategicStrength Property

Usage:
   AiTemplatePlugIn.SetStrategicStrength boolean number

Argument values:

argument 1:    0, 1
argument 2:    range is 0 to 15; most commonly 1

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

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

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

Example: (from objects/Vehicles/Sea/fletcher/AI/Objects.con)
   AiTemplatePlugIn.Create Unit FletcherUnit
   AiTemplatePlugIn.EquipmentType 2
   AiTemplatePlugIn.SetStrategicStrength 0 8
   AiTemplatePlugIn.SetStrategicStrength 1 6


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