home *** CD-ROM | disk | FTP | other *** search
/ Freelog Special Issue 2 / Freelog_HS_3_Setp_Oct_Nov_2000_CD2.mdx / Arcade / Orbit / missions / null.msn < prev    next >
Text File  |  1999-10-02  |  191b  |  21 lines

  1. /*
  2.  *  Null mission
  3.  */
  4.  
  5. /* Verbose reporting from the mission loader */
  6. Verbose
  7.  
  8. Cursor
  9. {
  10.     Earth -15000 -8000 -2000
  11. }
  12.  
  13. /* Put player here */
  14. Player { }
  15.  
  16. /* Mission briefing */
  17. Briefing
  18. {
  19. }
  20.  
  21.