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

  1. import Bladex
  2. import math
  3.  
  4. #
  5. #
  6. #
  7. #
  8.  
  9. def AutoLinkAttack(biped_name,anm_name):
  10.     Bladex.AddBipedAction(biped_name,anm_name[4:],anm_name,0.0,1.0,0)    
  11.     Bladex.SetActionEventTable(biped_name,anm_name[4:],"ATTACKING")    
  12.  
  13.  
  14.  
  15.  
  16.  
  17.