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

6 lines
223 B
Lua

function onStepIn(creature, item, position, fromPosition)
if creature:isPlayer() and Game.isItemThere({x = 32266, y = 31916, z = 12}, 394) then
Game.transformItemOnMap({x = 32266, y = 31916, z = 12}, 394, 372)
end
end