View Single Post
Old 11-30-2004, 05:44 PM   #1 (permalink)
RedLeader
Senior Member
 
Join Date: May 2004
Posts: 303
Send a message via MSN to RedLeader
Default [SOLVED]Sneak Attack

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
RedLeader is offline   Reply With Quote