View Single Post
Old 04-16-2005, 08:09 AM   #1 (permalink)
RpgNick
Junior Member
 
Join Date: Apr 2005
Posts: 10
Default New type of paradrop

well, im modding the boss general now, and making a new sort of paradrop.
i'm using this code:
Code:
;-----------------------------------------------------------------------------
;Start Boss General
;-----------------------------------------------------------------------------
SpecialPower SuperweaponParadropBoss
  Enum                = SPECIAL_PARADROP_AMERICA
  ReloadTime          = 240000   ; in milliseconds
  RequiredScience     = SCIENCE_BossParadrop1
  PublicTimer         = No
  SharedSyncedTimer   = Yes
  RadiusCursorRadius  = 50
  ShortcutPower       = Yes     ;Capable of being fired by the side-bar shortcut.
  AcademyClassify     = ACT_SUPERPOWER ;Considered a powerful special power that a player could fire. Not for simpler unit based powers.
End
but that won't work, all is just normal, and when you want to use the power you get the no action cursor..
i tried looking for "SPECIAL_PARADROP_AMERICA" in other ini files, but no results
anyone got a fix?
RpgNick is offline   Reply With Quote