home *** CD-ROM | disk | FTP | other *** search
- echo "*Ec Welcome to the Amiga Format Issue 93 Disk b"
- Addbuffers df0: 30 >nil:
- ask "Do you want to play the Bograts demo?"
- if warn
- Run >Nil: BoGRats
- endcli
- endif
- echo "*EcLoading the Gravity Fight demo then."
- unlzx -q x bograts_demo:gf.lzx ram:
- cd ram:gf
- run gravityfight_demo
- EndCli
-