home *** CD-ROM | disk | FTP | other *** search
- PPLoadSeg
- fastmemfirst
- ppanim -o anims/intro.pp
- c:SetPatch >NIL:
- border off
- setmap gb
- BindDrivers
- makedir ram:t
- assign T: ram:t
- makedir ram:env
- assign ENV: ram:env
- makedir ram:clipboards
- assign CLIPS: ram:clipboards
- copy c/muchmore ram:
- cls
- echo " THE FINAL FRONTIER - ISSUE 3 *n"
- echo " Release date: 14th August 1992 *n *n *n"
- echo " Please note that the intro may not work on all Amigas,"
- echo " including some with 1MB CHIP RAM or Kickstart 2 "
- echo " and it does NOT work on the A500+ *n *n"
- ask "Do you want to see the intro?"
- if warn
- intro
- endif
- cls
- echo "Please wait... loading menu *n"
- memclear >NIL:
- echo "Sorry about the presentation on this issue, but read the article on "
- echo "disk 3 for a full explanation."
- wait 5
- prompt ""
- cls
- menumaster
-
-