home *** CD-ROM | disk | FTP | other *** search
/ Hacker 9 / HACKER09.ISO / Games / StarSiege.exe / Starsiege / Missions.vol / TDM_Twilight_Bloodbath.cs < prev    next >
Text File  |  1998-07-27  |  271b  |  15 lines

  1. //-------------- TDM_Twilight_Bloodbath.cs----------------------------
  2.  
  3. function turret::onAdd(%this)
  4. {
  5.     if(!($server::TeamPlay))
  6.     {
  7.         order(%this, ShutDown, true);
  8.     }
  9. }
  10.  
  11. function setDefaultMissionOptions()
  12. {
  13.     $server::TeamPlay = True;        // for TDM_ games
  14. }
  15.