function onUse(cid, item, frompos, item2, topos)
rand = math.random(1,15)
if rand > 1 and rand < 7 and doPlayerRemoveMoney(cid,100) == 1 then
doPlayerRemoveMoney(cid,100)
doPlayerSendTextMessage(cid,22, "Aff... Que azar!")
doRemoveItem(item.uid,1)
elseif rand > 7 and rand < 15 and doPlayerRemoveMoney(cid,100) == 1 then
doPlayerRemoveMoney(cid,100)
doPlayerSendTextMessage(cid,22, "Aff... Que azar!")
doRemoveItem(item.uid,1)
elseif rand == 15 and doPlayerRemoveMoney(cid,100) == 1 then
doPlayerAddItem(cid,2152,100)
doPlayerSendTextMessage(cid,22, "HuHuHu money!")
doRemoveItem(item.uid,1)
end
return 1
end
a tag seria essa:
<action actionid="9562" event="script" value="nome do seu script.lua"/>
onde 9562 é o actionid que você vai colocar na propriedade do seu item...