home *** CD-ROM | disk | FTP | other *** search
/ PC/CD Gamer UK 39 / PCGAMER39.bin / games / amber / amberhub.dxr / 00021.ls < prev    next >
Encoding:
Text File  |  1996-11-08  |  85 b   |  7 lines

  1. on idle
  2.   global gRippleSwitch
  3.   if gRippleSwitch = 1 then
  4.     ripple()
  5.   end if
  6. end
  7.