home *** CD-ROM | disk | FTP | other *** search
/ PC PowerPlay 56 / CDPowerplay56Disc2.iso / demos / blade / data1.cab / Program_Executable_Files / Scripts / Combos / Glm_mtCombos.py < prev    next >
Encoding:
Text File  |  2000-10-27  |  333 b   |  17 lines

  1. ######################################################
  2. #
  3. # Create sets of attacks
  4. #
  5. #        - GLM -
  6. #
  7. ######################################################
  8.  
  9.  
  10. import Bladex
  11.  
  12. ###############
  13. # Stone Golem #
  14. ###############
  15. import GlmCombos
  16. GlmCombos.AddGolemAttacks(Bladex.GetCharType("Golem_metal","Glm"), "Glm_mt")
  17.