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