alias mode-ctc "map_override_path "mode/ctc/"; echo "ctc mode will be loaded to the next map, if it's existing for the current map""alias mode-bed "map_override_path "mode/bed/"; echo "bed mode will be loaded to the next map, if it's existing for the current map""mode-normal
alias mode-ctc "map_override_path "mode/ctc/"; say "ctc mode will be loaded to the next map, if it's existing for the current map""; set sv_mode 1alias mode-bed "map_override_path "mode/bed/"; say "bed mode will be loaded to the next map, if it's existing for the current map"; set sv_mode 2
if sv_mode == 1 then echo message1 elseif sv_mode == 2 then message2 else