View Single Post
Old 08-14-2003, 02:01 AM   #4 (permalink)
guyee
Senior Member
 
Join Date: Mar 2003
Location: USA
Posts: 452
Default

Quote:
CommandButton Command_ConstructGLASpigot
Command = DOZER_CONSTRUCT
Object = AT4SPIGOT
TextLabel = CONTROLBAR:ConstructGLASpigot
ButtonImage = SPIGOT
ButtonBorderType = BUILD ; Identifier for the User as to what kind of button this is
DescriptLabel = CONTROLBAR:ToolTipGLABuildGLASpigot
End
should be

Quote:
CommandButton Command_ConstructGLASpigot
Command = DOZER_CONSTRUCT
Object = GLASPIGOT
TextLabel = CONTROLBAR:ConstructGLASpigot
ButtonImage = SPIGOT
ButtonBorderType = BUILD ; Identifier for the User as to what kind of button this is
DescriptLabel = CONTROLBAR:ToolTipGLABuildGLASpigot
End
Problem was... you were not referring to the proper object... you were reffering to AT4spigot... which does not exist, so it can't be built... so it is greyed out.

Hope that helps
guyee is offline   Reply With Quote