SetSelectKey Property

Usage:
   AiTemplatePlugIn.SetSelectKey name

Argument values:

argument 1:    PIMenuSelect1, PIMenuSelect2, PIMenuSelect3, PIMenuSelect4, PIMenuSelect5, PIMenuSelect6; most commonly PIMenuSelect2

Related properties: EquipmentType

Used in object types (and how often in each type): Unit (61%)

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

Parent directory of these .con files: objects/Vehicles

Example: (from objects/Vehicles/Land/Hanomag/Ai/Objects.con)
   AiTemplatePlugIn.Create Unit HanomagTopMgUnit
   AiTemplatePlugIn.EquipmentType 4
   AiTemplatePlugIn.SetStrategicStrength 0 1
   AiTemplatePlugIn.SetStrategicStrength 1 1
   AiTemplatePlugIn.SetSelectKey PIMenuSelect2
   AiTemplatePlugIn.SetHasExposedSoldier 1


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