home *** CD-ROM | disk | FTP | other *** search
/ Blender Volume 3 #4 / Blender_3_4.iso / BLENDER / FILES / U2SHARED.CST / 00023.ls < prev    next >
Encoding:
Text File  |  1997-01-01  |  139 b   |  11 lines

  1. global CurrentTimeOut
  2.  
  3. on exitFrame
  4.   if the timer < (60 * 60) then
  5.     RolloverScript
  6.     go loop
  7.   else
  8.     GotoRandomAisle
  9.   end if
  10. end
  11.