home *** CD-ROM | disk | FTP | other *** search
/ Aminet 18 / aminetcdnumber181997.iso / Aminet / game / misc / BORed.lha / BORed < prev    next >
Encoding:
Text File  |  1997-02-23  |  292 b   |  20 lines

  1. SET ACTION `REQUESTCHOICE "BreakOut Revolution Leveleditor" "Was wollen Sie tun?" "Maps vorbereiten" "Map editieren" "Maps fertigstellen" Abbruch`
  2.  
  3. if $ACTION EQ 1
  4.   BORmapinit
  5. endif
  6.  
  7. if $ACTION EQ 2
  8.   BORchoice
  9. endif
  10.  
  11. if $ACTION EQ 3
  12.   BORwritemap
  13. endif
  14.  
  15. if $ACTION NOT EQ 0
  16.   BORed
  17. endif
  18.  
  19.  
  20.