oh, i see, the newly overriden thing is nil.
small edit to Xikini's script, will also prioritize creatures over items
function onUseRope(player, item, fromPosition, target, toPosition, isHotkey)
if toPosition.x == CONTAINER_POSITION then
return false
end
local tile =...