home *** CD-ROM | disk | FTP | other *** search
- on exitFrame
- global gJewelStatus, gPlacesBeen
- if iteminList("flowers1", gPlacesBeen) then
- HostSound("5411")
- puppetSound(1, "foley_sprite")
- else
- if char 4 of gJewelStatus = "1" then
- HostSound("5415")
- puppetSound(1, "foley_sprite")
- go("start")
- else
- end if
- end if
- end
-