Cod: Selectaţi tot
quest teleport_rapid begin
state start begin
when 20084.chat."Teleport Rapid" begin
local s = select("Map1", "Map2", "Map3", "Inchide")
if s == 4 then return end
if s == 1 then
pc.warp(469300, 964200) -- schimba coord
elseif s == 2 then
pc.warp(55700, 157900)
elseif s == 3 then
pc.warp(863900, 246000)
end
end
end
end
