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