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

  1. on OTHERBUT
  2.   if (the key = "R") or (the key = "r") then
  3.     go("REGIST")
  4.   end if
  5.   if (the key = "o") or (the key = "O") then
  6.     go("OPTIONS0")
  7.   end if
  8. end
  9.