saveloc

chaos_hud_menu_show

command
hud, hud menu, saveloc, ruler

Opens a hud menu. Accepts the hud menu itself. Calling this again with the same hud menu name will close the menu. Calling it with a different hud menu name will open that one after closing the currently opened one, if there is any. Has parameter completion that corresponds to the filenames in cfg/menus, skipping those that end with _default. To parse the filenames again, see chaos_hud_menu_reload . Usage Examples # chaos_hud_menu_show savelocmenu ...

mom_saveloc_create

command
saveloc

Creates a saveloc which saves the player’s state. When called in a start zone, creates a start mark instead (see mom_start_mark_create ).

mom_saveloc_current

command
saveloc, teleport

Teleports the player to their current saved location. Binding +mom_saveloc_current and holding the set key down, freezes the player and loads the saveloc. Releasing the set key (-mom_saveloc_current) will unfreeze the player.

mom_saveloc_import

command
saveloc

Imports savelocs from another map into the current map. Includes parameter autocompletion, which fills with maps that have at least one saveloc. Does nothing if the player is not in a map. Usage Example # mom_saveloc_import surf_example Imports surf_example’s savelocs into the current map.

mom_saveloc_nav_goto

command
saveloc

Goes to the given saveloc number in the list, teleporting the player to it. Usage Examples # mom_saveloc_create Creates a save, starting at the number 1 mom_saveloc_nav_goto 1 Teleports the player to the first save created.