i got this problem when i am opening a quest door
function onStepOut(creature, item, position, fromPosition)
local tile = position:getTile()
if tile:getCreatureCount() > 0 then
return true
end
local newPosition = {x = position.x + 1, y = position.y, z = position.z}...