home *** CD-ROM | disk | FTP | other *** search
/ Freelog Special Issue 2 / Freelog_HS_3_Setp_Oct_Nov_2000_CD2.mdx / Arcade / Orbit / missions / lose.msn < prev    next >
Text File  |  1999-08-05  |  517b  |  36 lines

  1. /*
  2.  *  No dance tonight
  3.  */
  4.  
  5. Verbose
  6.  
  7. Cursor { Earth -10000 }
  8. Player { }
  9.  
  10. Briefing
  11. {
  12.     All is lost.\\
  13.     Due to your failure to control the alien menace, humanity
  14.     has been enslaved, aliens rule the solar system, and all
  15.     copies of Quake 3 have been confiscated.\\
  16.     No dance tonight.\\
  17.     You can press 'L' to load a previous mission and try again.
  18. }
  19.  
  20. Cursor { Earth }
  21. Event
  22. {
  23.     Trigger Alarm
  24.     Value 10
  25.  
  26.     Action Boom
  27.     Value 20
  28.  
  29.     Action HidePlanet
  30.     Value Earth
  31.  
  32.     Action Message
  33.     Value { Boom! Earth has been destroyed! }
  34. }
  35.  
  36.