home *** CD-ROM | disk | FTP | other *** search
/ Venus' Playhouse / Venus_Playhouse.iso / mac / PCPLHAUS.DXR / 00114_Script_114 < prev    next >
Text File  |  1998-03-29  |  149b  |  11 lines

  1. --Dining qualifying
  2. on exitFrame
  3.   global haveBeen
  4.   if haveBeen >= 3 then
  5.     go to the frame + 1
  6.   else
  7.     go to "Notyet"
  8.   end if
  9. end
  10.  
  11.