Put this to talkactions.xml: <talkaction words="!aol" event="script" value="aol.lua"/>
And this to scripts: function onSay(cid, words, param)
if doPlayerRemoveMoney(cid,20000)
then doPlayerAddItem(cid,2173,1)
doSendMagicEffect(getPlayerPosition(cid),12)...