Hello Guys,
If I try to use the stairs when it has a body on it, returns false. Follow Screenshot:
Follow script:
local upFloorIds = {1386, 3678, 5543}
function onUse(player, item, fromPosition, target, toPosition, isHotkey)
if isInArray(upFloorIds, item.itemid) then...