home *** CD-ROM | disk | FTP | other *** search
/ PC PowerPlay 56 / CDPowerplay56Disc2.iso / demos / blade / data1.cab / Program_Executable_Files / Scripts / Combos / SpdCombos.pyc (.txt) < prev    next >
Encoding:
Python Compiled Bytecode  |  2000-10-27  |  761 b   |  20 lines

  1. # Source Generated with Decompyle++
  2. # File: in.pyc (Python 1.5)
  3.  
  4. import Bladex
  5. ATK_UNIQUE = 0
  6. ATK_RANDOM = 1
  7. ATK_SEQUENTIAL = 2
  8. Bladex.SetActionEventTable('Spd', 'g_01', 'ATTACKING')
  9. Bladex.SetActionEventTable('Spd', 'g_spit', 'ATTACKING')
  10. spd = Bladex.GetCharType('Spidersmall', 'Spd')
  11. spd.AddAttack('GA', 'Spd_g_01')
  12. spd.AttackWindow('Spd_g_01', 5, 15, 'GA_Window')
  13. spd.AttackTypeFlag('GA', ATK_UNIQUE)
  14. spd.AddLevels('Spd_g_01', 0, 0)
  15. spd.AllowAttack('GA', 'A', '', '', '')
  16. spd.AddAttack('SP', 'Spd_spit')
  17. spd.AttackWindow('Spd_spit', 5, 15, 'GA_Window')
  18. spd.AttackTypeFlag('SP', ATK_UNIQUE)
  19. spd.AddLevels('Spd_spit', 0, 0)
  20.