Tfs.1.2
function onUse(player, item, fromPosition, target, toPosition, isHotkey)
local newId = item:getId() + 1
if newId > 5098 then
newId = 5133
end
item:transform(newId)
return true
end
im trying use this script, when i use the item, will tranform to next item id...