Advertisement
Guest User

Untitled

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