home *** CD-ROM | disk | FTP | other *** search
/ Amiga Format 12 / af012.adf / S / STARTUP-SEQUENCE
Text File  |  1978-03-03  |  384b  |  23 lines

  1. border off
  2. echo "Do you wish to run Dan Dare III?"
  3. echo "Press Y and hit Return if you do."
  4. echo "Press N and hit Return if you wish to get to the main menu."
  5. echo " "
  6. ask "Well, what will it be?"
  7. if warn 
  8. echo " "
  9. echo " "
  10. echo "Please wait Dan Dare III is loading..."
  11. echo " "
  12. t y
  13. d "dan dare iii"
  14. m ddiii.doc
  15. get_fast
  16. ddiii
  17. else
  18. t y
  19. prompt ""
  20. runback -3 funckey func.key
  21. t x
  22. endif
  23.