2019-01-16 17:16:38 -05:00

7 lines
294 B
Lua

function onStepIn(creature, item, position, fromPosition)
if creature:isPlayer() and not Game.isItemThere({x = 32259, y = 31890, z = 10}, 2129) then
doRelocate({x = 32259, y = 31890, z = 10},{x = 32259, y = 31889, z = 10})
Game.createItem(2129, 1, {x = 32259, y = 31890, z = 10})
end
end