Kernel
Tibera!
- Joined
- Apr 30, 2009
- Messages
- 57
- Reaction score
- 0

this is my script(its messed up and probably not logical at all, sry:s) :
NOTE:
Pick id is 2553
Stone id is 1304
stone uniq id is 5108
LUA:
function onUse(cid, item, frompos, item2, topos)
if item.id == item2.actionid then
if item2.actionid == 5108 and item2.id == 1304 then
doRemoveItem(item2.uid)
end
else
return 0
end
return 1
end
There was Idea to add a script part to pick script, but Its complicated.