Damon
Check my status to contact me :)
Hey there,
I started with Evil Heros scripting tutorial and tried improving a bit
Would this script work? Its supposed, that when player uses item it says text
I started with Evil Heros scripting tutorial and tried improving a bit
Would this script work? Its supposed, that when player uses item it says text
LUA:
function onUse(cid, item, fromPosition, itemEx, toPosition)
if item.itemid == 2160 then
doPlayerSendTextMessage(cid,21,"You are rich ! You have transformed 1cc to 100 platinum coins !")
end
return TRUE
end
Last edited: