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

  1. # Source Generated with Decompyle++
  2. # File: in.pyc (Python 1.5)
  3.  
  4. import ScorerActions
  5.  
  6. def ChangeWeapon(EntityName):
  7.     ScorerActions.CB_WeaponOutX(EntityName, 1)
  8.  
  9.  
  10. def ChangeShield(EntityName):
  11.     ScorerActions.CB_ShieldOutX(EntityName, 1)
  12.  
  13.