russogracie
New Member
- Joined
- Sep 9, 2010
- Messages
- 205
- Reaction score
- 2
I need make a tag of movements.xml; to this script:
Correct this?
function onEquip(cid, item, slot)
local aid = item.actionid - 100
if(getPlayerGUID(cid) ~= aid)then
doPlayerSendTextMessage(cid, 19, "Hello.")
return false
else
return true
end
return true
end
Correct this?
<movevent type="onEquip" actionid="100" event="script" value="SCRIPT.lua"/>
Last edited: