home *** CD-ROM | disk | FTP | other *** search
/ 321 GAMES / 321GAMES.iso / logic / runes / runes.exe / runes.DXR / 00169_SOLBUT.ls < prev    next >
Encoding:
Text File  |  1996-07-01  |  239 b   |  13 lines

  1. on SOLBUT
  2.   dontPassEvent()
  3.   if (the key = "b") or (the key = "B") then
  4.     exit
  5.   end if
  6.   if (the key = "R") or (the key = "r") then
  7.     go("REGIST")
  8.   end if
  9.   if (the key = "o") or (the key = "O") then
  10.     go("OPTIONS0")
  11.   end if
  12. end
  13.