I posted the GLAworker commandset to reflect where I but the command for the tower that keeps fouling me up. Thinking maybe it can be a name error or something.
At this point as this is my first mod I am trying on my own I have no idea what is fouling it up, so Im just tossing what I think may be the prob out here for help.
CommandSet ChinaSpeakerTowerCommandSet
; 10 = Command_UpgradeChinaMines
12 = Command_Sell
End
CommandButton Command_ConstructChinaSpeakerTower
Command = DOZER_CONSTRUCT
Object = ChinaSpeakerTower
TextLabel = CONTROLBAR:ConstructChinaSpeakerTower
ButtonImage = SNPropSpeaker
ButtonBorderType = BUILD ; Identifier for the User as to what kind of button this is
DescriptLabel = CONTROLBAR:ToolTipChinaBuildSpeakerTower
End
CommandSet ChinaSpeakerTowerCommandSet
; 10 = Command_UpgradeChinaMines
12 = Command_Sell
End
CommandButton Command_ConstructChinaSpeakerTower
Command = DOZER_CONSTRUCT
Object = ChinaSpeakerTower
TextLabel = CONTROLBAR:ConstructChinaSpeakerTower
ButtonImage = SNPropSpeaker
ButtonBorderType = BUILD ; Identifier for the User as to what kind of button this is
DescriptLabel = CONTROLBAR:ToolTipChinaBuildSpeakerTower
End
Looks for that. hmmm as what I thought was that was different..... starts looking
CommandSet SpeakerTowerCommandSet
12 = Command_Sell
End
CommandButton Command_ConstructSpeakerTower
Command = DOZER_CONSTRUCT
Object = SpeakerTower
TextLabel = CONTROLBAR:ConstructSpeakerTower
ButtonImage = SNPropSpeaker
ButtonBorderType = BUILD ; Identifier for the User as to what kind of button this is
DescriptLabel = CONTROLBAR:ToolTipChinaBuildSpeakerTower
End
Command_ConstructGLASpeakerTower
Command = DOZER_CONSTRUCT
Object = GLASpeakerTower
TextLabel = CONTROLBAR:ConstructSpeakerTower
ButtonImage = SNPropSpeaker
ButtonBorderType = BUILD ; Identifier for the User as to what kind of button this is
DescriptLabel = CONTROLBAR:ToolTipChinaBuildSpeakerTower
End