home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Amiga ACS 1998 #2
/
amigaacscoverdisc1998-021998.iso
/
games
/
shareware
/
deader
/
bits
/
eest.rexx
< prev
next >
Wrap
OS/2 REXX Batch file
|
1997-07-01
|
568b
|
20 lines
/*
\\ Dawn Of The Dead RPG - By Gareth Murfin
// Game created in Arexx - ver$ Dawn Of The Dead RPG v1.0a
\\
*/
address command 'Dawn:bits/style R 2'
say 'You walk through a door leading into a corridor'
echo 'left or right?'
pull answer
Select
When answer = Left then cmd = 'laft.rexx'
When answer = Right then cmd = 'roght.rexx'
When answer = Shit then cmd = 'savini.rexx'
When answer = L then cmd = 'laft.rexx'
When answer = R then cmd = 'roght.rexx'
Otherwise cmd = 'eest.rexx'
End
Address command 'rx Dawn:bits/'cmd