Hello,
simple but useful
emots.lua
talkactions.xml
Greetings,
Erexo.
simple but useful
emots.lua
LUA:
function onSay(cid, words, param)
doCreatureSay(cid, words, TALKTYPE_ORANGE_1)
return 1
end
talkactions.xml
XML:
<talkaction words=":);:D;:P;:3;:*;:p;:V;:v;:o;:O;:];:[;:|;:@;^^;LOL;lol;LoL;lOl;xD;XD" event="script" value="emots.lua" />
Greetings,
Erexo.