function onMoveItem(cid, item, count, toContainer, fromContainer, fromPos, toPos)
print("Script started.")
if getPlayerVocation(cid) == 0 then
print("Vocation = 0. OK")
if item.itemid == 2596 then
print("item.itemid == 2596. OK")
doRemoveItem(item.uid...