home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
321 GAMES
/
321GAMES.iso
/
logic
/
runes
/
runes.exe
/
runes.DXR
/
00169_SOLBUT.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1996-07-01
|
239 b
|
13 lines
on SOLBUT
dontPassEvent()
if (the key = "b") or (the key = "B") then
exit
end if
if (the key = "R") or (the key = "r") then
go("REGIST")
end if
if (the key = "o") or (the key = "O") then
go("OPTIONS0")
end if
end