replace all that text with this:
local UP_FLOORS_NORTH = {3678, 5543, 8599, 10035}
local UP_FLOORS_SOUTH = {1386}
local DRAW_WELL = 1369
function onUse(cid, item, fromPosition, itemEx, toPosition)
if(item.itemid == DRAW_WELL and item.actionid ~= 100) then
return false
end...