home *** CD-ROM | disk | FTP | other *** search
- ;Cause iMMortal To Initiate a random encounter
- attack
- quit
-
- ;DeaD Label iMMortal Jumps here if player is Killed during Attack Command
- :DEAD
- quit
-
- ;RunAway Label iMMortal Jumps here if players is Killed during Attack Command
- :RUNAWAY
- changecolor 12 0
- writeln " What A Wimp!"
- goto pressenter
- quit
-
-
- ;Press Enter Loop
- :pressenter
- changecolor 2 0
- writeln " "
- write " Press "
- changecolor 13 0
- write "["
- changecolor 15 0
- write "Enter"
- changecolor 13 0
- write "] "
- changecolor 2 0
- write "To Continue "
- waitenter
- return