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

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