home *** CD-ROM | disk | FTP | other *** search
/ The Games Machine 14 / XENIATGM_14.iso / brr / tourn.txt < prev    next >
Text File  |  1995-11-01  |  564b  |  41 lines

  1.  
  2. ; wapname, globetext, viewtext
  3. ; sems on marker shape
  4. ; cd intro track
  5. ; cd music track
  6. ; xyz coords, or -1,-1,planet
  7.  
  8. track    DIRT3   GLB_PLC21 VIE_MEXI 2,  22, 3, &1800,&3800,0
  9. track    MOON2   GLB_PLC42 VIE_VENU 16, 29, 9, -1,-1, 2
  10.  
  11. ;==================
  12.  
  13. network
  14.  points 10,5,3,2,1,0
  15.  
  16.  use    DIRT3
  17.  use    MOON2
  18. endnet
  19.  
  20. ;==================
  21.  
  22. single
  23.  points 0,0,0,0,0,0
  24.  use    DIRT3
  25.  use    MOON2
  26. endsingle
  27.  
  28. ;==================
  29.  
  30. tourn 0
  31.  points 1,0,0,0,0,0
  32.  need   2
  33.  
  34.  use    DIRT3
  35.  use    MOON1
  36. endtourn
  37.  
  38. endalltourn
  39.  
  40.  
  41.