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

  1. on exitFrame
  2.   global UPG
  3.   if UPG = 1 then
  4.     quit()
  5.   end if
  6.   if UPG = 0 then
  7.     set TTIME to the timer
  8.     repeat while the timer < (TTIME + 130)
  9.     end repeat
  10.   end if
  11.   quit()
  12. end
  13.