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

  1. on COUNTTIME
  2.   global DT
  3.   set G to the timer
  4.   repeat while the timer < (G + DT)
  5.   end repeat
  6. end
  7.