i try to clone the crusader tank the problem is the button is grey and i can't build the clone unit
Code:
Object AmericaTankCrusaderII
Code:
CommandSet AmericaWarFactoryCommandSet
1 = Command_ConstructAmericaTankCrusader
2 = Command_ConstructAmericaVehicleTomahawk
3 = Command_ConstructAmericaVehicleHumvee
4 = Command_ConstructAmericaVehicleMedic
5 = Command_ConstructAmericaVehiclePaladin
6 = Command_ConstructAmericaVehicleSentryDrone
7 = Command_ConstructAmericaVehicleAvenger
8 = Command_ConstructAmericaVehicleMicrowave
9 = Command_UpgradeAmericaSentryDroneGun
10 = Command_ConstructAmericaTankCrusaderII
11 = Command_UpgradeAmericaTOWMissile
13 = Command_SetRallyPoint
14 = Command_Sell
End
Code:
CommandButton Command_ConstructAmericaTankCrusaderII
Command = UNIT_BUILD
Object = AmericaTankCrusaderII
TextLabel = CONTROLBAR:ConstructAmericaTankCrusaderII
ButtonImage = SACLeopard
ButtonBorderType = BUILD ; Identifier for the User as to what kind of button this is
DescriptLabel = CONTROLBAR:ToolTipUSABuildCrusaderII
End