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

  1. // FILENAME:    DM_Sacrifice_to_Bast.cs
  2. //
  3. // AUTHORS:        Chupie Doll & Youth in Asia
  4. //------------------------------------------------------------------------------
  5.  
  6. $missionName = "DM_Sacrifice_To_Bast";
  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.     desertSounds();
  26. }
  27.  
  28. function onMissionLoad(){
  29.    cdAudioCycle("SS1", "Newtech", "Yougot"); 
  30. }
  31.  
  32.  
  33.  
  34.  
  35.  
  36.  
  37.  
  38.  
  39.  
  40.