home *** CD-ROM | disk | FTP | other *** search
- on makecomment
- global commentlist,mancomment
-
- if soundbusy(1) = false then
- --set the volume of sound 3 = 100
- if the moviename <> "trivia.dir" then
- set usedlist = commentlist
- else
- set usedlist = mancomment
- end if
- set x = count(usedlist)
- set sayingnum = random(x)
- set saying = getat(usedlist,sayingnum)
-
- puppetsound 2, saying
-
- end if
- end