I dont want to have the Sneak Attack cost a science....so i disabled it..but the options menu is now empty...should i delete options or fill something in?
Original
Code:
CommandButton Command_SneakAttack
Command = SPECIAL_POWER_CONSTRUCT
SpecialPower = SuperweaponSneakAttack
Options = NEED_SPECIAL_POWER_SCIENCE
Object = GLASneakAttackTunnelNetwork
TextLabel = CONTROLBAR:SneakAttack
ButtonImage = SUSneakAttack
ButtonBorderType = ACTION ; Identifier for the User as to what kind of button this is
DescriptLabel = CONTROLBAR:ToolTipGLASneakAttack
End
?????
Code:
CommandButton Command_SneakAttack
Command = SPECIAL_POWER_CONSTRUCT
SpecialPower = SuperweaponSneakAttack
<<>>Options = NEED_SPECIAL_POWER_SCIENCE<<>>
Object = GLASneakAttackTunnelNetwork
TextLabel = CONTROLBAR:SneakAttack
ButtonImage = SUSneakAttack
ButtonBorderType = ACTION ; Identifier for the User as to what kind of button this is
DescriptLabel = CONTROLBAR:ToolTipGLASneakAttack
End