home *** CD-ROM | disk | FTP | other *** search
- on mouseUp
- global gqzitemlist, guserlist
- set money to the money of guserlist
- if (getaProp(gqzitemlist, #baketu) = 1) or (getaProp(gqzitemlist, #baketum) = 1) then
- puppetSound(3, "PI")
- go("HAVE")
- else
- if money < 60 then
- puppetSound(3, "PI")
- go("NOMONEY")
- else
- go(the frame + 1)
- puppetSound(3, "PI")
- end if
- end if
- end
-