[ Index ] WAROFGENERALS

PHP Cross Reference of WAROFGENERALS MODS SOURCES

title

Body

[close]

/Command and conquer Generals/Stargate SG1/INI/ -> CommandSet.ini (source)

   1  ;------------------------------------------------------------------------------
   2  ;Command sets are groups of command buttons that will be displayed in the
   3  ;context sensitive user interface for a selected object showing what you
   4  ;can do with that object
   5  ;
   6  ;LHS numbers are the physical GUI buttons.  You can assign a command
   7  ;to any of the physical buttons, they do *NOT* need to appear in
   8  ;continuous order ... you may have gaps if you desire
   9  ;
  10  ;RHS strings are CommandButton.ini command names
  11  ;
  12  ;Buttons for a regular command context are ordered as:
  13  ; 
  14  ;+--+--+--+--+--+--+  
  15  ;|01|03|05|07|09|11|
  16  ;+--+--+--+--+--+--+
  17  ;|02|04|06|08|10|12|
  18  ;+--+--+--+--+--+--+
  19  ;
  20  
  21  ;------------------------------------------------------------------------------
  22  ;---------------------Eddited by Colonel WOG (04/10/04)-----------------------
  23  ;------------------------------------------------------------------------------
  24  
  25  ;------------------------------------------------------------------------------
  26  ; Many things just want these three buttons.
  27  CommandSet GenericCommandSet
  28    9  = Command_AttackMove
  29    11 = Command_Guard
  30    12 = Command_Stop
  31  End
  32  
  33  ; Dozer Command Sets ----------------------------------------------------------
  34  CommandSet AmericaDozerCommandSet
  35    1  = Command_ConstructAmericaPowerPlant
  36    2  = Command_ConstructAmericaBarracks
  37    3  = Command_ConstructAmericaSupplyCenter 
  38    4  = Command_ConstructAmericaWarFactory
  39    5  = Command_ConstructAmericaAirfield
  40    6  = Command_ConstructAmericaCommandCenter
  41    7  = Command_ConstructAmericaNavalyard
  42    8  = Command_ConstructAmericaAirfield2
  43    9  = Command_ConstructTente
  44    11 = Command_DisarmMinesAtPosition
  45    12 = Command_AmericaChangetoTechSet
  46    
  47  End
  48  CommandSet AmericaDozerCommandSetTech
  49    1  = Command_ConstructAmericaStrategyCenter
  50    2  = Command_ConstructAmericaSupplyDropZone
  51    3  = Command_ConstructAmericaDetentionCamp
  52    4  = Command_ConstructAmericaParticleCannonUplink
  53    5  = Command_ConstructAmericaPatriotBattery
  54    6 = Command_ConstructAmericaAdvLab
  55    7 = Command_ConstructAmericaBatmispat
  56    8 = Command_ConstructAmericaBunker
  57    11 = Command_AmericaChangetoDefaultSet
  58    12 = Command_DisarmMinesAtPosition
  59  End
  60  
  61  
  62  CommandSet GLAWorkerCommandSet
  63    1  = Command_ConstructGLASupplyStash
  64    2  = Command_ConstructGLAPalace
  65    3  = Command_ConstructGLABarracks
  66    4  = Command_ConstructGLABlackMarket
  67    5  = Command_ConstructGLAStingerSite
  68    6  = Command_ConstructGLAScudStorm
  69    7  = Command_ConstructGLATunnelNetwork
  70    8  = Command_ConstructGLAAirfield
  71    9  = Command_ConstructGLAArmsDealer
  72   10  = Command_ConstructGLACommandCenter
  73   11  = Command_ConstructGLANavalyard
  74   12  = Command_DisarmMinesAtPosition
  75  ;  1  = Command_ConstructGLABurningBarricade
  76  End
  77  
  78  CommandSet ChinaDozerCommandSet
  79    1  = Command_ConstructChinaPowerPlant
  80    2  = Command_ConstructChinaBarracks
  81    3  = Command_ConstructChinaSupplyCenter
  82    4  = Command_ConstructChinaAirfield
  83    5 = Command_ConstructChinaWarFactory
  84    6  = Command_ConstructChinaCommandCenter
  85    7 = Command_ConstructChinaNavalyard
  86    11  = Command_DisarmMinesAtPosition
  87    12  = Command_ChinaChangetoTechSet
  88   
  89  End
  90  CommandSet ChinaDozerCommandSetTech
  91    ;1  = Command_ConstructChinaConcreteWall
  92    1  = Command_ConstructChinaPropagandaCenter
  93    2  = Command_ConstructCommandandControl
  94    3  = Command_ConstructChinaNuclearMissileLauncher
  95    4  = Command_ConstructChinaSpeakerTower
  96    5  = Command_ConstructChinaBunker
  97    6  = Command_ConstructChinaGattlingCannon
  98   11  = Command_ChinaChangetoDefaultSet
  99   12  = Command_DisarmMinesAtPosition
 100  End
 101  
 102  ; Unit Command Sets -----------------------------------------------------------
 103  CommandSet AmericaTransportCommandSet
 104    1 = Command_TransportExit
 105    2 = Command_TransportExit
 106    3 = Command_TransportExit
 107    4 = Command_TransportExit
 108    5 = Command_TransportExit
 109    6 = Command_TransportExit
 110    7 = Command_TransportExit
 111    8 = Command_TransportExit
 112    9 = Command_Evacuate 
 113   11 = Command_Guard
 114   12 = Command_Stop
 115  End
 116  
 117  CommandSet AmericaVehicleChinookCommandSet
 118    1 = Command_TransportExit
 119    2 = Command_TransportExit
 120    3 = Command_TransportExit
 121    4 = Command_TransportExit
 122    5 = Command_TransportExit
 123    6 = Command_TransportExit
 124    7 = Command_TransportExit
 125    8 = Command_TransportExit
 126    9 = Command_ChinookUnload
 127   10 = Command_CombatDrop
 128  ; 11 = Command_Guard
 129   12 = Command_Stop
 130  End
 131  
 132  CommandSet CivilianTransportCommandSet
 133    1 = Command_TransportExit
 134    2 = Command_TransportExit
 135    3 = Command_TransportExit
 136    4 = Command_TransportExit
 137    5 = Command_TransportExit
 138    6 = Command_TransportExit
 139    7 = Command_TransportExit
 140    8 = Command_TransportExit
 141    9 = Command_Evacuate 
 142   11 = Command_Guard
 143   12 = Command_Stop
 144  End
 145  
 146  CommandSet RailedTransportCommandSet
 147    1 = Command_TransportExit
 148    2 = Command_TransportExit
 149    3 = Command_TransportExit
 150    4 = Command_TransportExit
 151    5 = Command_TransportExit
 152    6 = Command_TransportExit
 153    7 = Command_TransportExit
 154    8 = Command_TransportExit
 155    9 = Command_TransportExit
 156   10 = Command_TransportExit
 157   11 = Command_Evacuate 
 158   12 = Command_ExecuteRailedTransport
 159  End
 160  
 161  CommandSet CivilianTransportWithNukeCommandSet
 162    1 = Command_DetonateConvoyTruckNuke
 163   12 = Command_Stop
 164  End
 165  
 166  
 167  CommandSet AmericaInfantryRangerCommandSet
 168    1  = Command_AmericaRangerCaptureBuilding
 169    2  = Command_AmericaRangerSwitchToMachineGun
 170    4  = Command_AmericaRangerSwitchToFlagBangGrenades
 171    9  = Command_AttackMove
 172    11 = Command_Guard
 173    12 = Command_Stop
 174  End
 175  
 176  CommandSet AmericaInfantryColonelBurtonCommandSet
 177    1  = Command_ColonelBurtonKnifeAttack
 178    2  = Command_ColonelBurtonTimedDemoCharge
 179    4  = Command_ColonelBurtonRemoteDemoCharge
 180    6  = Command_ColonelBurtonDetonateCharges
 181    9  = Command_AttackMove
 182    11 = Command_Guard
 183    12 = Command_Stop
 184  End
 185  
 186  CommandSet AmericaInfantryMissileDefenderCommandSet
 187    1  = Command_AmericaMissileDefenderLaserGuidedMissiles
 188    9  = Command_AttackMove
 189    11 = Command_Guard
 190    12 = Command_Stop
 191  End
 192  
 193  CommandSet AmericaInfantryPathfinderCommandSet
 194    9  = Command_AttackMove
 195    11 = Command_Guard
 196    12 = Command_Stop
 197  End
 198  
 199  CommandSet AmericaInfantryPilotCommandSet
 200    12 = Command_Stop
 201  End
 202  
 203  CommandSet AmericaVehicleHumveeCommandSet
 204    1 = Command_ConstructAmericaVehicleBattleDrone
 205    2 = Command_ConstructAmericaVehicleScoutDrone
 206    3 = Command_TransportExit
 207    4 = Command_TransportExit
 208    5 = Command_TransportExit
 209    6 = Command_TransportExit
 210    7 = Command_TransportExit
 211    8 = Command_Evacuate 
 212    9  = Command_AttackMove
 213    11 = Command_Guard
 214    12 = Command_Stop
 215  End
 216  
 217  CommandSet CivilianVehicleLimoCommandSet
 218    1 = Command_TransportExit
 219    2 = Command_TransportExit
 220    3 = Command_TransportExit
 221    4 = Command_TransportExit
 222    5 = Command_TransportExit
 223    6 = Command_Evacuate 
 224    12 = Command_Stop
 225  End
 226  
 227  CommandSet GLAInfantryRebelCommandSet    
 228    1 = Command_GLAInfantryRebelCaptureBuilding
 229    2 = Command_GLAgun
 230    4 = Command_GLAMolotovCocktailProjectile
 231    9  = Command_AttackMove
 232    11 = Command_Guard
 233    12 = Command_Stop
 234  End
 235  
 236  CommandSet GLAInfantryTunnelDefenderCommandSet
 237    9  = Command_AttackMove
 238    11 = Command_Guard
 239    12 = Command_Stop
 240  End
 241  
 242  CommandSet GLAInfantryTerroristCommandSet
 243    1 = Command_GLAInfantryTerroristMakeCarBomb
 244    11 = Command_Guard
 245    12 = Command_Stop
 246  End
 247  
 248  CommandSet GLAInfantryAngryMobCommandSet
 249    ;1 = Command_GLAInfantryFireBomb
 250    9  = Command_AttackMove
 251    11 = Command_Guard
 252    12 = Command_Stop
 253  End
 254  
 255  CommandSet GLAInfantryHijackerCommandSet
 256     1 = Command_GLAInfantryHijack
 257    ; Guard was removed permanently for this unit, since it can't
 258    12 = Command_Stop
 259  End
 260  
 261  CommandSet GLAInfantryJarmenKellCommandSet    
 262    1 = Command_GLAInfantryJarmenKellSnipeVehicleAttack
 263    9  = Command_AttackMove
 264    11 = Command_Guard
 265    12 = Command_Stop
 266  End
 267  
 268  CommandSet AmericaVehicleComancheCommandSet
 269  ;  1  = Command_AmericaVehicleComancheFireAntiTankMissiles - changed by DB to make missiles auto-shoot.
 270    1  = Command_AmericaVehicleComancheFireRocketPods  
 271    9  = Command_AttackMove
 272    11 = Command_Guard
 273    12 = Command_Stop
 274  End
 275  
 276  CommandSet GLAVehicleRocketBuggyCommandSet
 277    9  = Command_AttackMove
 278    11 = Command_Guard
 279    12 = Command_Stop
 280  End
 281  
 282  CommandSet GLATankScorpionCommandSet
 283    ;1  = Command_GLAScorpionFireRocket -- Design change request -- wants to auto fire without button.
 284    9  = Command_AttackMove
 285    11 = Command_Guard
 286    12 = Command_Stop
 287  End
 288  
 289  CommandSet GLAVehicleScudLauncherCommandSet
 290    1  = Command_GLAExplosiveWarhead
 291  ;  2  = Command_FireScudExplosiveAtPosition
 292    3  = Command_GLAAnthraxWarhead
 293  ;  4  = Command_FireScudAnthraxAtPosition
 294    9  = Command_AttackMove
 295    11 = Command_Guard
 296    12 = Command_Stop
 297  End
 298  
 299  CommandSet GLAVehicleQuadCannon
 300    9  = Command_AttackMove
 301    11 = Command_Guard
 302    12 = Command_Stop
 303  End
 304  
 305  
 306  CommandSet GLAVehicleToxinTruckCommandSet
 307    1  = Command_GLAToxinTractorContaminateGround
 308    9  = Command_AttackMove
 309    11 = Command_Guard
 310    12 = Command_Stop
 311  End
 312  
 313  CommandSet GLAVehicleBombTruckCommandSet
 314    1  = Command_DisguiseAsVehicle
 315    3  = Command_BombTruckDetonateNow
 316    7  = Command_UpgradeGLABombTruckBioBomb
 317    8  = Command_UpgradeGLABombTruckHighExplosiveBomb
 318    9  = Command_AttackMove
 319    11 = Command_Guard
 320    12 = Command_Stop
 321  End
 322  
 323  CommandSet GLAVehicleRadarVanCommandSet
 324    1 = Command_RadarVanScan
 325    12 = Command_Stop
 326  End
 327  
 328  
 329  CommandSet GLAVehicleTechnicalCommandSet
 330    1 = Command_TransportExit
 331    2 = Command_TransportExit
 332    3 = Command_TransportExit
 333    4 = Command_TransportExit
 334    5 = Command_TransportExit
 335    9  = Command_AttackMove
 336    10 = Command_Evacuate 
 337    11 = Command_Guard
 338    12 = Command_Stop
 339  End
 340  
 341  CommandSet ChinaJetMIGCommandSet
 342  ;  2  = Command_ChinaJetMIGFireNapalmMissile
 343    9  = Command_AttackMove
 344    10  = Command_GuardFlyingUnitsOnly
 345    11 = Command_Guard
 346    12 = Command_Stop
 347  End
 348  
 349  CommandSet ChinaInfantryRedguardCommandSet
 350    1  = Command_ChinaInfantryRedGuardCaptureBuilding
 351    2  = Command_chinagun
 352    4  = Command_chinaKnife
 353    9  = Command_AttackMove
 354    11 = Command_Guard
 355    12 = Command_Stop
 356  End
 357  
 358  CommandSet ChinaInfantryBlackLotusCommandSet
 359    1 = Command_ChinaInfantryBlackLotusCaptureHack
 360    3 = Command_ChinaInfantryBlackLotusVehicleHack
 361    5 = Command_ChinaInfantryBlackLotusCashHack
 362  ;  11 = Command_Guard
 363    12 = Command_Stop
 364  End
 365  
 366  CommandSet ChinaInfantryHackerCommandSet
 367    1 = Command_ChinaInfantryHackerDisableBuilding 
 368    3 = Command_ChinaInfantryHackerInternetHack
 369    11 = Command_Guard
 370    12 = Command_Stop
 371  End
 372  
 373  CommandSet ChinaInfantryTankHunterCommandSet
 374    9 = Command_AttackMove
 375    11 = Command_Guard
 376    12 = Command_Stop
 377  End
 378  
 379  CommandSet ChinaTroopCrawlerCommandSet
 380    1 = Command_TransportExit
 381    2 = Command_TransportExit
 382    3 = Command_TransportExit
 383    4 = Command_TransportExit
 384    5 = Command_TransportExit
 385    6 = Command_TransportExit
 386    7 = Command_TransportExit
 387    8 = Command_TransportExit
 388    9  = Command_AttackMove
 389    11 = Command_EmptyCrawler
 390    12 = Command_Stop
 391  End  
 392  
 393  CommandSet ChinaVehicleNukeCannonCommandSet
 394  ;  1  = Command_FireNukeCannonAtPosition
 395    9  = Command_AttackMove
 396    11 = Command_Guard
 397    12 = Command_Stop
 398  End
 399  CommandSet BalloonCommandSet
 400    
 401    10 = Command_GuardFlyingUnitsOnly
 402    11 = Command_Guard
 403    12 = Command_Stop
 404  End
 405  
 406  
 407  CommandSet ChinaVehicleBattleMasterCommandSet
 408    9  = Command_AttackMove
 409    11 = Command_Guard
 410    12 = Command_Stop
 411  End
 412  
 413  CommandSet ChinaVehicleGattlingTankCommandSet
 414    9  = Command_AttackMove
 415    11 = Command_Guard
 416    12 = Command_Stop
 417  End
 418  
 419  CommandSet ChinaVehicleInfernoCannonCommandSet
 420  ;  1  = Command_FireInfernoCannonAtPosition
 421    9  = Command_AttackMove
 422    11 = Command_Guard
 423    12 = Command_Stop
 424  End
 425  
 426  ;------------------------------------------------------------------------------
 427  
 428  ;------------------------------------------------------------------------------
 429  
 430  CommandSet ChinaTankDragonCommandSet
 431    1 = Command_ChinaDragonTankFireWall
 432    9  = Command_AttackMove
 433    11 = Command_Guard
 434    12 = Command_Stop
 435  End
 436  
 437  CommandSet AmericaTankCrusaderCommandSet
 438    1  = Command_ConstructAmericaVehicleBattleDrone
 439    2  = Command_ConstructAmericaVehicleScoutDrone
 440    9  = Command_AttackMove
 441    11 = Command_Guard
 442    12 = Command_Stop
 443  End
 444  
 445  CommandSet AmericaTankPaladinCommandSet
 446    1  = Command_ConstructAmericaVehicleBattleDrone
 447    2  = Command_ConstructAmericaVehicleScoutDrone
 448    9  = Command_AttackMove
 449    11 = Command_Guard
 450    12 = Command_Stop
 451  End
 452  
 453  CommandSet AmericaVehicleAmbulanceCommandSet
 454    1  = Command_ConstructAmericaVehicleBattleDrone
 455    2  = Command_ConstructAmericaVehicleScoutDrone
 456    3  = Command_TransportExit
 457    4  = Command_TransportExit
 458    5  = Command_TransportExit
 459    6  = Command_TransportExit
 460    7  = Command_TransportExit
 461    8  = Command_Evacuate 
 462    9  = Command_AttackMove
 463    10 = Command_AmbulanceCleanupArea
 464    11 = Command_Guard
 465    12 = Command_Stop
 466  End
 467  
 468  CommandSet AmericaInfantryHazMatCommandSet
 469    1  = Command_AmbulanceCleanupArea
 470    11 = Command_Guard
 471    12 = Command_Stop
 472  End
 473  
 474  CommandSet AmericaVehicleTomahawkCommandSet
 475    1  = Command_ConstructAmericaVehicleBattleDrone
 476    2  = Command_ConstructAmericaVehicleScoutDrone
 477  ;  3  = Command_FireTomahawkAtPosition
 478    9  = Command_AttackMove
 479    11 = Command_Guard
 480    12 = Command_Stop
 481  End
 482  
 483  CommandSet AmericaJetRaptorCommandSet
 484  ;  6  = Command_Guard
 485    9  = Command_AttackMove
 486    10 = Command_GuardFlyingUnitsOnly
 487    11 = Command_Guard
 488    12 = Command_Stop
 489  End
 490  
 491  CommandSet AmericaJetAuroraCommandSet
 492  ;  6  = Command_Guard
 493  ;  8  = Command_GuardFlyingUnitsOnly
 494    9  = Command_AttackMove
 495    11 = Command_Guard
 496    12 = Command_Stop
 497  End
 498  
 499  CommandSet AmericaJetStealthFighterCommandSet
 500  ;  6  = Command_Guard
 501  ;  8  = Command_GuardFlyingUnitsOnly
 502    9  = Command_AttackMove
 503    11 = Command_Guard
 504    12 = Command_Stop
 505  End
 506  
 507  CommandSet GLATankMarauderCommandSet
 508    9  = Command_AttackMove
 509    11 = Command_Guard
 510    12 = Command_Stop
 511  End
 512  
 513  CommandSet ChinaTankBattlemasterCommandSet
 514    9  = Command_AttackMove
 515    11 = Command_Guard
 516    12 = Command_Stop
 517  End
 518  
 519  ;--------------------------------------------
 520  CommandSet ChinaTankOverlordDefaultCommandSet
 521    1  = Command_UpgradeChinaOverlordBattleBunker
 522    3  = Command_UpgradeChinaOverlordGattlingCannon
 523    5  = Command_UpgradeChinaOverlordPropagandaTower
 524    9  = Command_AttackMove
 525    11 = Command_Guard
 526    12 = Command_Stop
 527  End
 528  
 529  CommandSet ChinaTankOverlordBattleBunkerCommandSet
 530    1 = Command_TransportExit
 531    2 = Command_TransportExit
 532    3 = Command_TransportExit
 533    4 = Command_TransportExit
 534    5 = Command_TransportExit
 535    6 = Command_Evacuate 
 536    9  = Command_AttackMove
 537    11 = Command_Guard
 538    12 = Command_Stop
 539  End
 540  
 541  CommandSet ChinaTankOverlordGattlingCannonCommandSet
 542    9  = Command_AttackMove
 543    11 = Command_Guard
 544    12 = Command_Stop
 545  End
 546  
 547  CommandSet ChinaTankOverlordPropagandaTowerCommandSet
 548    9  = Command_AttackMove
 549    11 = Command_Guard
 550    12 = Command_Stop
 551  End
 552  
 553  CommandSet ChinaSupplyTruckCommandSet
 554    12 = Command_Stop
 555  End
 556  
 557  ;--------------------------------------------
 558  
 559  ; Structure Command Sets ------------------------------------------------------
 560  
 561  
 562  
 563  CommandSet AmericaCommandCenterCommandSet
 564    1  = Command_ConstructAmericaDozer
 565    2 = Command_ConstructAmericaVehicleChinook
 566    5  = Command_A10ThunderboltMissileStrike
 567    6  = Command_Paradrop
 568    7  = Command_SpyDrone
 569    8  = Command_EmergencyRepair
 570    9  = Command_DaisyCutter
 571   10  = Command_SpySatelliteScan 
 572   11  = Command_SetRallyPoint
 573   12 = Command_Sell
 574  End
 575  
 576  CommandSet Command_ScriptedTransportDrops
 577    1 = Command_DaisyCutter
 578    2 = Command_Paradrop
 579    3 = Command_CarpetBomb
 580    4 = Command_ClusterMines
 581    5 = Command_CrateDrop
 582  End
 583  
 584  CommandSet Command_ScriptedA10ThunderboltStrike
 585    1 = Command_A10ThunderboltMissileStrike
 586  End
 587  
 588  CommandSet AmericaAirfieldCommandSet
 589    ;1 = Command_ConstructAmericaJetF18
 590    1 = Command_ConstructAmericaJetAurora
 591    2 = Command_ConstructA10
 592    3 = Command_ConstructAmericaJetAuroraMk2
 593  ;  3 = Command_ConstructAmericaJetAurora
 594    4 = Command_ConstructAmericaJetStealthFighter
 595    5 = Command_ConstructAmericaVehicleComanche
 596    6 = Command_ConstructBlackhawk
 597    7 = Command_ConstructAmericaJetRaptor 
 598    10 = Command_UpgradeAmericaLaserMissiles
 599   11 = Command_SetRallyPoint
 600   12 = Command_Sell 
 601  End
 602  
 603  CommandSet AmericaWarFactoryCommandSet
 604    1  = Command_ConstructAmericaTankCrusader
 605    2  = Command_ConstructAmericaVehicleTomahawk
 606    3  = Command_ConstructAmericaVehicleHumvee
 607    4  = Command_ConstructAmericaVehicleMedic
 608    5  = Command_ConstructAmericaVehiclePaladin
 609    6  = Command_ConstructAmericaVehicleCV
 610   ;7  = Command_UpgradeAmericaTomahawkRemoteControl     
 611    9  = Command_ConstructAmericaVehicleHoverCraft 
 612    ;8  = Command_ConstructAmericaVehicleAvenger
 613    10  = Command_UpgradeAmericaTOWMissile
 614    11 = Command_SetRallyPoint
 615    12 = Command_Sell
 616  End
 617  
 618  CommandSet AmericaBarracksCommandSet
 619    1 = Command_ConstructAmericaInfantryRanger
 620    2 = Command_ConstructAmericaInfantryMissileDefender
 621    3 = Command_ConstructAmericaInfantryColonelBurton
 622    4 = Command_ConstructAmericaInfantryPathfinder
 623    5 = Command_ConstructChinaInfantryOfficer  
 624    6 = Command_ConstructAmericaInfantryBiohazardTech
 625    7 = Command_UpgradeAmericaRangerFlashBangGrenade 
 626    8 = Command_UpgradeAmericaRangerCaptureBuilding
 627   11 = Command_SetRallyPoint
 628   12 = Command_Sell
 629  End
 630  
 631  
 632  
 633  CommandSet AmericaSupplyCenterCommandSet
 634    1 = Command_ConstructAmericaVehicleChinook
 635   11 = Command_SetRallyPoint
 636   12 = Command_Sell   
 637  End
 638  
 639  CommandSet AmericaPowerPlantCommandSet
 640    1 = Command_UpgradeAmericaAdvancedControlRods
 641   12 = Command_Sell   
 642  End
 643  
 644  
 645  ;-----------------------------------------------------------------------------------
 646  
 647  CommandSet AmericaStrategyCenterCommandSet
 648    1 = Command_InitiateBattlePlanBombardment
 649    2 = Command_InitiateBattlePlanSearchAndDestroy
 650    3 = Command_InitiateBattlePlanHoldTheLine   
 651    7 = Command_UpgradeAmericaCompositeArmor     
 652    9 = Command_UpgradeAmericaAdvancedTraining
 653   10 = Command_UpgradeAmericaDroneArmor
 654   11 = Command_StrategyCenter_Stop
 655   12 = Command_Sell   
 656  End
 657  
 658  ;-----------------------------------------------------------------------------------
 659  
 660  
 661  CommandSet AmericaDetentionCampCommandSet
 662    1 = Command_CIAIntelligence
 663   12 = Command_Sell
 664  End
 665  
 666  CommandSet AmericaParticleUplinkCannonCommandSet
 667    1 = Command_FireParticleUplinkCannon
 668   12 = Command_Sell
 669  End
 670  
 671  CommandSet BaikonurLaunchTowerCommandSet
 672    1 = Command_LaunchBaikonurRocket
 673    2 = Command_DetonateBaikonurRocketAtLocation
 674  End
 675  
 676  CommandSet AmericaBunkerCommandSet
 677    1 = Command_TransportExit
 678    2 = Command_TransportExit
 679    3 = Command_TransportExit
 680    4 = Command_TransportExit
 681    5 = Command_TransportExit
 682    6 = Command_TransportExit
 683    7 = Command_TransportExit
 684    8 = Command_TransportExit
 685    9 = Command_TransportExit
 686    10 = Command_Evacuate 
 687    11= Command_Stop
 688   12 = Command_Sell  
 689  End
 690  
 691  CommandSet AmericaPatriotBatteryCommandSet
 692    11 = Command_Stop
 693    12 = Command_Sell
 694  End
 695  
 696  CommandSet AmericaBatmispatCommandSet
 697    11 = Command_Stop
 698    12 = Command_Sell
 699  End
 700  
 701  CommandSet ChinaCommandCenterCommandSet
 702    1  = Command_ConstructChinaDozer
 703    2  = Command_ConstructChinaVehicleFieldPorpaganda
 704    3  = Command_ReinforceFromCommandCenter
 705    4  = Command_ClusterMines
 706    5  = Command_CashHack
 707    6  = Command_ArtilleryBarrage
 708    7  = Command_EmergencyRepair
 709    8  = Command_EMPPulse
 710    9  = Command_UpgradeChinaRadar
 711    10 = Command_UpgradeChinaMines
 712    11 = Command_SetRallyPoint
 713    12 = Command_Sell
 714  End
 715  
 716  CommandSet ChinaBunkerCommandSet
 717    1 = Command_TransportExit
 718    2 = Command_TransportExit
 719    3 = Command_TransportExit
 720    4 = Command_TransportExit
 721    5 = Command_TransportExit
 722    6 = Command_Evacuate 
 723   10 = Command_UpgradeChinaMines
 724   12 = Command_Sell  
 725  End
 726  
 727  CommandSet ChinaPowerPlantCommandSet
 728    1 = Command_Overcharge
 729   10 = Command_UpgradeChinaMines
 730   12 = Command_Sell  
 731  End
 732  
 733  CommandSet ChinaSpeakerTowerCommandSet
 734  ; 10 = Command_UpgradeChinaMines
 735   12 = Command_Sell  
 736  End
 737  
 738  
 739  CommandSet TenteCommandSet
 740  ; 10 = Command_UpgradeChinaMines
 741   12 = Command_Sell  
 742  End
 743  
 744  CommandSet ChinaGattlingCannonCommandSet
 745   10 = Command_UpgradeChinaMines
 746   11 = Command_Stop
 747   12 = Command_Sell  
 748  End
 749  
 750  CommandSet ChinaBarracksCommandSet
 751    1 = Command_ConstructChinaInfantryRedguard
 752    2 = Command_ConstructChinaInfantryTankHunter
 753    3 = Command_ConstructChinaInfantryHacker
 754    4 = Command_ConstructChinaInfantryBlackLotus  
 755    5 = Command_ConstructChinaInfantryCommando
 756    9 = Command_UpgradeChinaRedguardCaptureBuilding
 757   10 = Command_UpgradeChinaMines
 758   11 = Command_SetRallyPoint
 759   12 = Command_Sell 
 760  End
 761  
 762  CommandSet ChinaWarFactoryCommandSet
 763    1  = Command_ConstructChinaTankBattleMaster
 764    2  = Command_ConstructChinaVehicleTroopCrawler
 765    3  = Command_ConstructChinaTankDragon
 766    4  = Command_ConstructChinaTankGattling
 767    5  = Command_ConstructChinaVehicleInfernoCannon
 768    6  = Command_ConstructChinaTankOverlord
 769    7  = Command_ConstructChinaVehicleNukeLauncher
 770    8  = Command_ConstructChinaMLRS
 771    9 = Command_ConstructChinaTankMine
 772    10 = Command_ConstructChinaTankT98
 773  ;  9  = Command_UpgradeChinaBlackNapalm
 774  ;  10 = Command_ConstructChinaVehicleBattleShip
 775  ;  10 = Command_UpgradeChinaChainGuns
 776    11 = Command_UpgradeChinaMines
 777    12 = Command_Sell
 778  End
 779  
 780  CommandSet ChinaSupplyCenterCommandSet
 781    1 = Command_ConstructChinaVehicleSupplyTruck
 782   10 = Command_UpgradeChinaMines
 783   11 = Command_SetRallyPoint
 784   12 = Command_Sell  
 785  End
 786  
 787  CommandSet ChinaAirfieldCommandSet
 788    1 = Command_ConstructChinaJetMIG
 789    2 = Command_UpgradeChinaAircraftArmor
 790    3 = Command_ConstructChinaJetSU30 
 791    5 = Command_ConstructChinaVehicleMI171
 792    ;7 = Command_ConstructChinaJetBadger
 793   10 = Command_UpgradeChinaMines
 794   12 = Command_Sell
 795  End
 796  
 797  
 798  ;-----------------------------------------------------------------------------------
 799  
 800  CommandSet ChinaPropagandaCenterCommandSet
 801    1  = Command_UpgradeChinaNationalism
 802    2  = Command_UpgradeChinaBlackNapalm
 803    3  = Command_UpgradeChinaSubliminalMessaging
 804    4  = Command_UpgradeChinaChainGuns
 805   10  = Command_UpgradeChinaMines
 806   12  = Command_Sell  
 807  End
 808  
 809  ;-----------------------------------------------------------------------------------
 810  
 811  
 812  CommandSet ChinaNuclearMissileCommandSet
 813    1 = Command_NeutronMissile
 814    7 = Command_UpgradeChinaUraniumShells
 815    8 = Command_UpgradeChinaNuclearTanks
 816   10 = Command_UpgradeChinaMines
 817   12 = Command_Sell  
 818  End
 819  CommandSet ChinaJetsu30CommandSet
 820   ; 1  = Command_su30fighter
 821    ;2  = Command_su30bomber
 822    9  = Command_AttackMove
 823    10  = Command_GuardFlyingUnitsOnly
 824    11 = Command_Guard
 825    12 = Command_Stop
 826  End
 827  
 828  CommandSet GLACommandCenterCommandSet
 829    1  = Command_ConstructGLAWorker
 830    2  = Command_StructureExit
 831    3  = Command_StructureExit
 832    4  = Command_StructureExit
 833    5  = Command_StructureExit
 834    6  = Command_StructureExit 
 835    7  = Command_AnthraxBomb
 836    8  = Command_Ambush
 837    9  = Command_ConstructGLAVehicleDozer2 
 838   
 839    11 = Command_SetRallyPoint 
 840    12 = Command_Sell
 841  End
 842  
 843  
 844  CommandSet GLAArmsDealerCommandSet
 845    1  = Command_ConstructGLATankScorpion
 846    2  = Command_ConstructGLAVehicleTechnical
 847    3  = Command_ConstructGLAVehicleRadarVan
 848    4  = Command_ConstructGLAVehicleQuadCannon
 849    5  = Command_ConstructGLAVehicleToxinTruck
 850    6  = Command_ConstructGLAVehicleRocketBuggy
 851    7  = Command_ConstructGLATankMarauder
 852    8  = Command_ConstructGLAVehicleBombTruck
 853    9  = Command_ConstructGLAVehicleScudLauncher
 854    10  = Command_ConstructNukeTruck
 855    11  = Command_ConstructGLATankt72   
 856    12 = Command_Sell
 857  End
 858  
 859  CommandSet GLABarracksCommandSet
 860    1  = Command_ConstructGLAInfantryRebel
 861    2  = Command_ConstructGLAInfantryRPGTrooper
 862    3  = Command_ConstructGLAInfantryTerrorist
 863    4  = Command_ConstructGLAInfantryAngryMob
 864    5  = Command_ConstructGLAInfantryHijacker
 865    6  = Command_ConstructGLAInfantryJarmenKell
 866    7  = Command_ConstructToxinTrooper  
 867    9  = Command_UpgradeGLARebelCaptureBuilding
 868    11 = Command_SetRallyPoint
 869    12 = Command_Sell 
 870  End
 871  
 872  ;------------------------------------------------------------------------------
 873  ;---------------------Eddited by Colonel WOG (04/10/04)-----------------------
 874  ;------------------------------------------------------------------------------
 875  
 876  ;-----------------------------------------------------------------------------------
 877  
 878  CommandSet GLABlackMarketCommandSet
 879    1  = Command_UpgradeGLAJunkRepair
 880    2  = Command_UpgradeGLAAPRockets
 881    3  = Command_UpgradeGLARadarVanScan
 882    4  = Command_UpgradeGLABuggyAmmo  
 883    8  = Command_UpgradeGLAArmTheMob
 884    9  = Command_UpgradeGLACamouflage
 885    10 = Command_UpgradeGLAToxinShells
 886    11 = Command_UpgradeGLAAnthraxBeta
 887    12 = Command_Sell
 888  End
 889  
 890  ;-----------------------------------------------------------------------------------
 891  
 892  
 893  CommandSet GLAScudStormCommandSet
 894    1  = Command_ScudStorm
 895    12 = Command_Sell
 896  End
 897  
 898  CommandSet GLASupplyStashCommandSet
 899    1  = Command_ConstructGLAWorker
 900    9  = Command_ConstructGLAVehicleDozer2
 901    11 = Command_SetRallyPoint
 902    12 = Command_Sell
 903  End
 904  
 905  CommandSet GLAPalaceCommandSet
 906    1  = Command_StructureExit 
 907    2  = Command_StructureExit
 908    3  = Command_StructureExit
 909    4  = Command_StructureExit
 910    5  = Command_StructureExit
 911    6  = Command_StructureExit
 912    7  = Command_StructureExit
 913    8  = Command_StructureExit
 914    9  = Command_UpgradeGLAAPBullets
 915    10 = Command_Evacuate
 916    11 = Command_UpgradeGLAScorpionRocket 
 917    12 = Command_Sell
 918  End
 919  
 920  CommandSet GLADemoTrapCommandSet
 921    1  = Command_SetDemoTrapProximityDetonation
 922    2  = Command_SetDemoTrapManualDetonation
 923    5  = Command_DetonateDemoTrap
 924    12 = Command_Sell
 925  End
 926  
 927  CommandSet GLATunnelNetworkCommandSet
 928    1  = Command_StructureExit
 929    2  = Command_StructureExit
 930    3  = Command_StructureExit
 931    4  = Command_StructureExit
 932    5  = Command_StructureExit
 933    6  = Command_StructureExit
 934    7  = Command_StructureExit
 935    8  = Command_StructureExit
 936    9  = Command_StructureExit
 937    10 = Command_StructureExit
 938    11 = Command_Evacuate
 939    12 = Command_Sell
 940  End
 941  
 942  CommandSet CivilianCarBombCommandSet
 943    9  = Command_AttackMove
 944    11 = Command_Guard
 945    12 = Command_Stop
 946  End
 947  
 948  CommandSet GLAStingerSiteCommandSet
 949    11 = Command_Stop
 950    12 = Command_Sell
 951  End
 952  
 953  ;Rank 1 only has 3 positions
 954  CommandSet SCIENCE_AMERICA_CommandSetRank1
 955    1 = Command_PurchaseSciencePaladinTank
 956    2 = Command_PurchaseScienceStealthFighter
 957    3 = Command_PurchaseScienceSpyDrone
 958  END
 959  
 960  ; Rank 3 assign buttons to position like so:
 961  ; 1 4 7 10
 962  ; 2 5 8 11
 963  ; 3 6 9 12
 964  CommandSet SCIENCE_AMERICA_CommandSetRank3
 965    1 = Command_PurchaseSciencePathfinder
 966    4 = Command_PurchaseScienceParadrop1
 967    5 = Command_PurchaseScienceParadrop2
 968    6 = Command_PurchaseScienceParadrop3
 969    7 = Command_PurchaseScienceA10ThunderboltMissileStrike1
 970    8 = Command_PurchaseScienceA10ThunderboltMissileStrike2
 971    9 = Command_PurchaseScienceA10ThunderboltMissileStrike3
 972    10 = Command_PurchaseScienceEmergencyRepair1
 973    11 = Command_PurchaseScienceEmergencyRepair2
 974    12 = Command_PurchaseScienceEmergencyRepair3
 975  END
 976  
 977  ; Rank 8 only has 1 position
 978  CommandSet SCIENCE_AMERICA_CommandSetRank8
 979    1 = Command_PurchaseScienceDaisyCutter
 980  END
 981  
 982  CommandSet SCIENCE_CHINA_CommandSetRank1
 983    1 = Command_PurchaseScienceRedGuardTraining
 984    2 = Command_PurchaseScienceArtilleryTraining
 985    3 = Command_PurchaseScienceNukeLauncher
 986  END
 987  
 988  CommandSet SCIENCE_CHINA_CommandSetRank3
 989    1 = Command_PurchaseScienceClusterMines
 990    2 = Command_PurchaseScienceT98
 991    3 = Command_PurchaseScienceReinforceFromCommandCenter
 992    4 = Command_PurchaseScienceArtilleryBarrage1
 993    5 = Command_PurchaseScienceArtilleryBarrage2
 994    6 = Command_PurchaseScienceArtilleryBarrage3
 995    7 = Command_PurchaseScienceCashHack1
 996    8 = Command_PurchaseScienceCashHack2
 997    9 = Command_PurchaseScienceCashHack3
 998    10 = Command_PurchaseScienceEmergencyRepair1
 999    11 = Command_PurchaseScienceEmergencyRepair2
1000    12 = Command_PurchaseScienceEmergencyRepair3
1001  END
1002  
1003  CommandSet SCIENCE_CHINA_CommandSetRank8
1004    1 = Command_PurchaseScienceEMPPulse
1005  END
1006  
1007  CommandSet SCIENCE_GLA_CommandSetRank1
1008    1 = Command_PurchaseScienceScudLauncher
1009    2 = Command_PurchaseScienceMarauderTank
1010    3 = Command_PurchaseScienceTechnicalTraining
1011  END
1012  CommandSet SCIENCE_GLA_CommandSetRank3
1013    1 = Command_PurchaseScienceHijacker
1014    2 = Command_PurchaseScienceTerrorCell
1015    4 = Command_PurchaseScienceRebelAmbush1
1016    5 = Command_PurchaseScienceRebelAmbush2
1017    6 = Command_PurchaseScienceRebelAmbush3
1018    7 = Command_PurchaseScienceCashBounty1
1019    8 = Command_PurchaseScienceCashBounty2
1020    9 = Command_PurchaseScienceCashBounty3
1021    10 = Command_PurchaseScienceEmergencyRepair1
1022    11 = Command_PurchaseScienceEmergencyRepair2
1023    12 = Command_PurchaseScienceEmergencyRepair3
1024  END
1025  CommandSet SCIENCE_GLA_CommandSetRank8
1026    1 = Command_PurchaseScienceAnthraxBomb
1027  END
1028  
1029  
1030  ;///////////////////////////////////////
1031  ;/ Special Power Shortcut Command Sets /
1032  ;///////////////////////////////////////
1033  ;A max of 5 controls are supported at this time
1034  
1035  CommandSet SpecialPowerShortcutUSA
1036    3 = Command_A10ThunderboltMissileStrikeFromCommandCenter
1037    2 = Command_ParadropFromCommandCenter
1038    1 = Command_SpyDroneFromCommandCenter
1039    4 = Command_EmergencyRepairFromCommandCenter
1040    5 = Command_DaisyCutterFromCommandCenter
1041  END
1042  
1043  CommandSet SpecialPowerShortcutChina
1044    1 = Command_ClusterMinesFromCommandCenter
1045    2 = Command_ArtilleryBarrageFromCommandCenter
1046    3 = Command_ReinforceFromCommandCenter
1047    4 = Command_EmergencyRepairFromCommandCenter
1048    5 = Command_EMPPulseFromCommandCenter
1049  END
1050  
1051  
1052  CommandSet SpecialPowerShortcutGLA
1053    1 = Command_AmbushFromCommandCenter
1054    2 = Command_TerrorCellFromCommandCenter
1055    4 = Command_EmergencyRepairFromCommandCenter
1056    3 = Command_AnthraxBombFromCommandCenter
1057  END
1058  
1059  CommandSet BattleShipCommandSetFabius
1060    9  = Command_AttackMove
1061    11 = Command_Guard
1062    12 = Command_Stop
1063  END
1064  
1065  CommandSet ToxinTrooperCommandSet
1066    1 = Command_BlackMarketNuke
1067    2 = Command_Toxingun1
1068    4 = Command_Toxingun2 
1069    9  = Command_AttackMove
1070    11 = Command_Guard
1071    12 = Command_Stop
1072  End
1073  
1074  CommandSet SpyCommandSet
1075    1 = Command_ChinaInfantryHackerDisableBuilding
1076    2 = Command_ChinaInfantryTankHunterTNTAttack    
1077    9  = Command_AttackMove
1078    11 = Command_Guard
1079    12 = Command_Stop
1080  End
1081  
1082  CommandSet HoverCommandSet
1083    1 = Command_TransportExit
1084    2 = Command_TransportExit
1085    3 = Command_TransportExit
1086    4 = Command_TransportExit
1087    5 = Command_TransportExit
1088    6 = Command_TransportExit
1089    7 = Command_TransportExit
1090    8 = Command_TransportExit
1091    9 = Command_TransportExit
1092   10 = Command_Evacuate 
1093   11 = Command_Guard
1094   12 = Command_Stop
1095  End
1096  
1097  CommandSet CVCommandSet
1098    1  = Command_TransportExit
1099    2  = Command_TransportExit
1100    3  = Command_TransportExit
1101    4  = Command_TransportExit
1102    5  = Command_TransportExit
1103    6  = Command_TransportExit
1104    7  = Command_TransportExit
1105    8  = Command_TransportExit
1106    9  = Command_Evacuate 
1107    10 = Command_CarpetBomb   
1108    11 = Command_Guard
1109    12 = Command_Stop
1110  End
1111  
1112  CommandSet CandCCommandSet
1113    1 = Command_StructureExit 
1114    2 = Command_StructureExit 
1115    3 = Command_StructureExit 
1116    4 = Command_StructureExit 
1117    5 = Command_StructureExit 
1118    6 = Command_StructureExit 
1119    7  =  Command_UpgradeChinaT98ReactiveArmor
1120    8  = Command_UpgradeChinaRadarJammer
1121    9  = Command_UpgradeSeaRepair
1122    10  = Command_UpgradeSeaArmour
1123    11  = Command_Evacuate
1124   12 = Command_Sell
1125  End
1126  
1127  CommandSet GLAAirfieldCommandSet
1128    1 = Command_ConstructGLAVehicleToxinPlane
1129    2 = Command_ConstructGLAChopper
1130    3 = Command_ConstructChinaJetSunnykit 
1131    4  = Command_ConstructGLAVehicleBalloon
1132   10 = Command_Evacuate 
1133   12 = Command_Sell 
1134  End
1135  
1136  CommandSet ToxinPlaneCommandSet
1137  ;  6  = Command_Guard
1138    2  = Command_DetonatePlane
1139  ;  9  = Command_AttackMove
1140    10 = Command_GuardFlyingUnitsOnly
1141    11 = Command_Guard
1142    12 = Command_Stop
1143  End
1144  
1145  CommandSet ChinookCommandSet
1146    1 = Command_TransportExit
1147    2 = Command_TransportExit
1148    3 = Command_TransportExit
1149    4 = Command_TransportExit
1150    5 = Command_TransportExit
1151    6 = Command_TransportExit
1152    7 = Command_TransportExit
1153    8 = Command_TransportExit
1154    9 = Command_ChinookUnload
1155   10 = Command_CombatDrop
1156   11 = Command_Guard
1157   12 = Command_Stop
1158  End
1159  
1160  CommandSet GLAVehicleChopperCommandSet
1161    1 = Command_TransportExit
1162    2 = Command_TransportExit
1163    3 = Command_TransportExit
1164    4 = Command_TransportExit
1165    9  = Command_AttackMove
1166    10 = Command_Evacuate 
1167    11 = Command_Guard
1168    12 = Command_Stop
1169  End
1170  
1171  
1172  CommandSet ChinaCommandoCommandSET
1173   1 = Command_NapalmStrike
1174   2 = Command_ChinaInfantryTankHunterTNTAttack
1175   9 = Command_AttackMove
1176   11 = Command_Guard
1177   12 = Command_Stop
1178  End
1179  
1180  CommandSet ChinaVehicleTankMineCommandSet
1181    1 = Command_RocketMines
1182    9  = Command_AttackMove
1183    11 = Command_Guard
1184    12 = Command_Stop
1185  End
1186  
1187  CommandSet GLATankt72CommandSet
1188    8  = Command_RocketDisMines
1189    9  = Command_AttackMove
1190    11 = Command_Guard
1191    12 = Command_Stop
1192  End  
1193  
1194  CommandSet MI171CommandSet
1195    1 = Command_TransportExit
1196    2 = Command_TransportExit
1197    3 = Command_TransportExit
1198    4 = Command_TransportExit
1199    5 = Command_TransportExit
1200    6 = Command_TransportExit
1201    7 = Command_TransportExit
1202    8 = Command_TransportExit
1203    9 = Command_ChinookUnload
1204   10 = Command_CombatDrop
1205   11 = Command_AmericaVehicleComancheFireRocketPods 
1206  ; 11 = Command_Guard
1207   12 = Command_Stop
1208  End
1209  
1210  
1211  CommandSet GLADozer2CommandSet
1212    1  = Command_ConstructGLABurningBarricade
1213    2  = Command_ConstructGLAOilDerrick  
1214    3  = Command_ConstructGLAStingerSite
1215    4  = Command_ConstructGLASupplyStash
1216    5  = Command_ConstructGLATunnelNetwork
1217    6  = Command_ConstructChinaSAMBattery    
1218    7  = Command_ConstructGLADemoTrap  
1219    
1220  End
1221  
1222  CommandSet AmericaAircraftCarrierCommandSet
1223     1 = Command_ConstructAmericaAircraftCarrierJet
1224    10 = Command_AttackMove
1225    11 = Command_Guard
1226    12 = Command_Stop
1227  End
1228  
1229   CommandSet  AmericaNavalyardCommandSet
1230    1 = Command_ConstructAmericaVehicleBattleShip
1231    2 = Command_ConstructAmericaVehicleBattlefurtifShip
1232    3 = Command_ConstructAmericaAircraftCarrier
1233    4  = Command_ConstructAmericachipdozer
1234    12 = Command_Sell
1235  End
1236  CommandSet  ChinaNavalyardCommandSet
1237    1 = Command_ConstructChinaVehicleBattleShip5
1238    3 = Command_ConstructChinaVehicleFrigate
1239    12 = Command_Sell
1240  End
1241  
1242   CommandSet  USAAdvLabCommandSet
1243    1  = Command_UpgradeGLACamouflage
1244    3  = Command_UpgradeSeaRepair
1245    5  = Command_UpgradeSeaArmour
1246    12 = Command_Sell
1247  End
1248  
1249   CommandSet  blackhawkcommandset
1250    1 = Command_TransportExit
1251    2 = Command_TransportExit
1252    3 = Command_TransportExit
1253    4 = Command_TransportExit
1254    5 = Command_RocketDisMines
1255    9 = Command_ChinookUnload
1256   10 = Command_CombatDrop
1257   11 = Command_Guard
1258   12 = Command_Stop
1259  End
1260  
1261  
1262   CommandSet  GLANavalyardcommandset
1263     1 = Command_ConstructPTBoat
1264     3 = Command_ConstructChinaVehicleBattleShip
1265     4 = Command_ConstructGLAVehiclezodiac
1266    12 = Command_Sell
1267  End
1268  
1269  
1270  CommandSet AmericaAirfield2CommandSet
1271    1 = Command_ConstructAmericaJetB-2
1272    3 = Command_ConstructAmericaB52  
1273   12 = Command_Sell 
1274  End
1275  
1276  CommandSet ChinaSubmarineCommandSet
1277  
1278    1 = Command_SUB
1279    11 = Command_Guard
1280    12 = Command_Stop
1281  End
1282  ;------------------------------------------------------------------------------
1283  ;---------------------Eddited by Colonel WOG (04/10/04)-----------------------
1284  ;------------------------------------------------------------------------------
1285   CommandSet  AmericaNavalyard2CommandSet
1286    1 = Command_ConstructAmericachipower
1287    2 = Command_ConstructAmericachipower2
1288    3 = Command_ConstructAmericaVehicleChinook
1289    4  = Command_ConstructAmericachipwarfactory
1290    5 = Command_Constructsupplytechoil
1291    6 = Command_ConstructAmericachipheliport
1292    7  = Command_SpyDrone
1293    8  = Command_EmergencyRepair
1294    9  = Command_DaisyCutter
1295    10 = Command_SpySatelliteScan 
1296    11= Command_ConstructAmericaVehicleBattleCruiser
1297    12 = Command_Sell
1298  End
1299  
1300  
1301   CommandSet AmericachipheliportCommandSet
1302    5 = Command_ConstructAmericaVehicleComanche  
1303    7 = Command_UpgradeComancheRocketPods
1304  12 =Command_Sell
1305  End
1306  
1307  CommandSet AmericachipwarfactoryCommandSet
1308    1 = Command_ConstructAmericaVehicleBattleShip2
1309    2 = Command_ConstructAmericaVehicleBattlefurtifShip2
1310    3 = Command_ConstructAmericaAircraftCarrier2
1311    4 = Command_ConstructAmericachipdozer
1312    5 = Command_Construct12UMissileCruiser
1313    6 = Command_ConstructAmericaVehicleBattleCruiser
1314    11 = Command_ConstructchineVehicleBattleShip2
1315    12 =Command_Sell
1316  End
1317  
1318  
1319  CommandSet AmericachipdozerCommandSet
1320    1 = Command_ConstructAmericaNavalyard2
1321    2 = Command_ConstructAmericaboue
1322    3 = Command_ConstructGLAmine
1323    4 = Command_Constructtechoil
1324  
1325   12 = Command_Stop
1326  End
1327  
1328  CommandSet supplytechoilCommandSet
1329    1 = Command_ConstructAmericaVehicletanker
1330  ; 11 = Command_SetRallyPoint
1331   12 = Command_Sell   
1332  End
1333  
1334  CommandSet AmericaboueCommandSet
1335   12 = Command_Stop
1336  End
1337  
1338  CommandSet GLAmineCommandSet
1339    1  = Command_SetDemoTrapProximityDetonation
1340    2  = Command_SetDemoTrapManualDetonation
1341    5  = Command_DetonateDemoTrap
1342    12 = Command_Sell
1343  End
1344  CommandSet AmericaVehicletankerCommandSet
1345    1 = Command_TransportExit
1346    2 = Command_TransportExit
1347    3 = Command_TransportExit
1348    4 = Command_TransportExit
1349    5 = Command_TransportExit
1350    6 = Command_TransportExit
1351    7 = Command_TransportExit
1352    8 = Command_TransportExit
1353    9 = Command_Evacuate 
1354   10 = Command_CombatDrop
1355  ; 11 = Command_Guard
1356   12 = Command_Stop
1357  End
1358  CommandSet BattleShipCommandSetFabius2
1359    9  = Command_AttackMove
1360    11 = Command_Guard
1361    12 = Command_Stop
1362  END


Generated: Sat Mar 28 08:18:23 2009 Cross-referenced by PHPXref 0.7