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

  1. on REGBUT
  2.   global WHICHDOC
  3.   dontPassEvent()
  4.   if (the key = "P") or (the key = "p") then
  5.     set WHICHDOC to 1
  6.     printText(field "ordform")
  7.   end if
  8.   if (the key = "O") or (the key = "o") then
  9.     go("OPTIONS0")
  10.   end if
  11. end
  12.