Quote:
CommandSet AmericaDozerCommandSet
1 = Command_ConstructAmericaPowerPlant
2 = Command_ConstructAmericaStrategyCenter
3 = Command_ConstructAmericaBarracks
4 = Command_ConstructAmericaSupplyDropZone
5 = Command_ConstructAmericaSupplyCenter
6 = Command_ConstructAmericaDetentionCamp
7 = Command_ConstructAmericaPatriotBattery
8 = Command_ConstructAmericaParticleCannonUplink
9 = Command_ConstructAmericaWarFactory
10 = Command_ConstructAmericaCommandCenter
11 = Command_ConstructAmericaAirfield
12 = Command_DisarmMinesAtPosition
End
|
X = this points to an entry in CommandButton.ini, replace X with a number between 1 and 12, this number actually selects the slot in which the button will reside, the slot numbering is located in a table at the head of the file
Quote:
Slot numbering table
;+--+--+--+--+--+--+
;|01|03|05|07|09|11|
;+--+--+--+--+--+--+
;|02|04|06|08|10|12|
;+--+--+--+--+--+--+
|