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

  1. //--script for DM_Twin_Siege.cs
  2.  
  3. // Intro message
  4.  
  5.  
  6. function setDefaultMissionOptions()
  7. {
  8.     $server::TeamPlay = False;        // for DM_ games
  9. }
  10.  
  11.