;This script puts a prop at your mouse position ;then it allows you to speak from it, like a dummie ;Works good with a happyface prop with a name on it ;Author: CHEF ;5-25-98 ;http://www.geocities.com/SiliconValley/Network/8524/index.html ;to use say dummie ;to speak from it say dummiesay dummiey GLOBAL dummiex GLOBAL { "$1" GREPSUB dummie = MOUSEPOS dummiey = dummiex = dummie MOUSEPOS ADDLOOSEPROP "" CHATSTR = } CHATSTR "^dummie (.*)" GREPSTR IF { "$1" GREPSUB dummietalk = dummietalk dummiex 20 + dummiey 20 + SAYAT "" CHATSTR = } CHATSTR "^dummiesay (.*)" GREPSTR IF