Advertisement
Guest User

Untitled

a guest
Sep 22nd, 2017
59
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.22 KB | None | 0 0
  1. function onUse(cid, item, fromPosition, itemEx, toPosition)
  2.     if itemEx.itemid == 2782 then
  3.         doTransformItem(itemEx.uid, 2781)
  4.         doDecayItem(itemEx.uid)
  5.         return TRUE
  6.     end
  7.     return destroyItem(cid, itemEx, toPosition)
  8. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement