home *** CD-ROM | disk | FTP | other *** search
/ Curio City 11 / CURIO11.bin / pc / movie / game / yuurei.dir / 00005.ls < prev    next >
Encoding:
Text File  |  1998-01-01  |  279 b   |  16 lines

  1. global gyuraimizu, gyuraitime
  2.  
  3. on exitFrame
  4.   if gyuraimizu > 30 then
  5.     ahirudown()
  6.     set gyuraimizu to 0
  7.   end if
  8.   if the timer > (10 * 60) then
  9.     go(marker(1))
  10.     set gyuraitime to gyuraitime + 0.29999999999999999
  11.     startTimer()
  12.   else
  13.     go(marker(0))
  14.   end if
  15. end
  16.