home *** CD-ROM | disk | FTP | other *** search
/ CD-ROM Today - The Disc! 22 / cdrt22.iso / pc / bugbook / map.dir / 00319_Script_319 < prev    next >
Text File  |  1995-06-26  |  139b  |  10 lines

  1. on exitFrame
  2.   global lastMapRandom
  3.   if the timer>(10*60) then
  4.     go "groundReturn"
  5.   else
  6.     
  7.     go marker(0)
  8.   end if
  9.   
  10. end