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

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