home *** CD-ROM | disk | FTP | other *** search
/ Classic Fond 54 / ClassicFond54.iso / games / stars.rar / multiplayer / DM_Fear_in_Isolation.cs < prev    next >
Text File  |  1999-02-19  |  666b  |  32 lines

  1. // FILENAME:    DM_ColourMePluto.cs
  2. //
  3. // AUTHORS:      Youth in Asia
  4. //------------------------------------------------------------------------------
  5.  
  6. $missionName = "DM_Fear_in_Isolation";
  7.  
  8. exec("multiplayerStdLib.cs");
  9. exec("DMstdLib.cs");
  10.  
  11. function setDefaultMissionOptions()
  12. {
  13.     $server::TeamPlay = false;
  14.     $server::AllowDeathmatch = true;
  15.     $server::AllowTeamPlay = true;    
  16.     
  17.     $server::AllowTeamRed = true;
  18.     $server::AllowTeamBlue = true;
  19.     $server::AllowTeamYellow = true;
  20.     $server::AllowTeamPurple = true;
  21. }
  22.  
  23. function onMissionStart()
  24. {
  25.     plutoSounds();
  26. }
  27.  
  28. function onMissionLoad(){
  29.    cdAudioCycle("Purge", "Newtech", "SS4", "SS3"); 
  30. }
  31.  
  32.