function bringMeTo(cid)
if (isPlayer(cid)) then
local townId = getPlayerTown(cid)
local position = getTownTemplePosition(townId)
doTeleportThing(cid, position, false)
end
end
function bringMeTo(cid)
if (isPlayer(cid)) then
local townId = getPlayerTown(cid)
local position = getTownTemplePosition(townId)
doTeleportThing(cid, position, false)
end
end