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

  1. if NET_MODE == "KOMBAT":
  2.     execfile("..\\..\\Scripts\\kombat.py")
  3. else:
  4.     print "Tipo de juego",NET_MODE,"no valido!"