local arena = {
frompos = {x=308, y=227, z=5},
topos = {x=324, y=232, z=5},
exit = {x=324, y=232, z=6}
}
local function exitArena(p)
doSendMagicEffect(p.exit, 10)
doTeleportThing(p.cid, p.exit, FALSE)
doCreatureAddHealth(cid, getCreatureMaxHealth(cid))
end
function...