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

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