if i remove it the tps on reload goes to 20 but when it is added the tps goes down to 17, it brings the reload time up a ton too but i dont see a problem?
if {_map} = "desert":
execute console command "/mvclone arena1 arena.%{_arenacode}%"
wait a tick
set {_world} to world("arena.%{_arenacode}%")
set {_loc} to location(x-coord of {reddesert}, y-coord of {reddesert}, z-coord of {reddesert}, {_world})
set {_loc2} to location(x-coord of {bluedesert}, y-coord of {bluedesert}, z-coord of {bluedesert}, {_world})
if {_map} = "jungle":
execute console command "/mvclone arena2 arena.%{_arenacode}%"
wait a tick
set {_world} to world("arena.%{_arenacode}%")
set {_loc} to location(x-coord of {redjungle}, y-coord of {redjungle}, z-coord of {redjungle}, {_world})
set {_loc2} to location(x-coord of {bluejungle}, y-coord of {bluejungle}, z-coord of {bluejungle}, {_world})