home *** CD-ROM | disk | FTP | other *** search
/ PC Gamer (Italian) 46 / PC Gamer IT CD 46 2-2.iso / Freespace / fs2demo10.exe / root_fs2.vp / data / missions / DEMO.fc2 < prev    next >
Encoding:
Text File  |  1999-08-07  |  1.1 KB  |  65 lines

  1. $Name: Demo
  2. $Type: single
  3.  
  4. +Starting Ships: ( "GTF Hercules Mark II" )
  5.  
  6. +Starting Weapons: ( "Subach HL-7"  "Prometheus R"  "Rockeye"  "Tornado"  "Cyclops" )
  7.  
  8.  
  9. $Mission: DemoTrain.fs2
  10. +Flags: 0
  11. +Formula: ( cond
  12.    (
  13.       ( is-previous-goal-true 
  14.          "DemoTrain.fs2" 
  15.          "Flight Training" 
  16.       )
  17.       ( next-mission "SPDemo-01.fs2" )
  18.    )
  19.    ( ( true ) ( next-mission "DemoTrain.fs2" ) )
  20. )
  21.  
  22. +Level: 0
  23. +Position: 0
  24.  
  25. $Mission: SPDemo-01.fs2
  26. +Flags: 0
  27. +Formula: ( cond
  28.    (
  29.       ( and 
  30.          ( is-previous-goal-true 
  31.             "SPDemo-01.fs2" 
  32.             "Destroy Lamashtu" 
  33.          )
  34.          ( is-previous-goal-true 
  35.             "SPDemo-01.fs2" 
  36.             "Destroy Ahriman" 
  37.          )
  38.       )
  39.       ( next-mission "SPDemo-02.fs2" )
  40.    )
  41.    ( ( true ) ( next-mission "SPDemo-01.fs2" ) )
  42. )
  43.  
  44. +Level: 1
  45. +Position: 0
  46.  
  47. $Mission: SPDemo-02.fs2
  48. +Flags: 0
  49. +Formula: ( cond
  50.    (
  51.       ( is-previous-event-true 
  52.          "SPDemo-02.fs2" 
  53.          "Fin 0" 
  54.       )
  55.       ( end-of-campaign )
  56.    )
  57.    ( ( true ) ( next-mission "SPDemo-02.fs2" ) )
  58. )
  59.  
  60. +Level: 2
  61. +Position: 0
  62.  
  63. #End
  64.  
  65.