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