zones

mom_zone_stage_draw_mode

var
zones, stage, trigger

Changes the draw mode of the stage zone(s). 0 = Off; invisible, 1 = Outlines, 2 = Outlines as overlays (see through walls), 3 = Faces, 4 = Faces as overlays (see through walls).

mom_zone_start_draw_mode

var
zones, start, trigger

Changes the draw mode of the start zone(s). 0 = Off; invisible, 1 = Outlines, 2 = Outlines as overlays (see through walls), 3 = Faces, 4 = Faces as overlays (see through walls).

mom_zone_start_setlook

command
zones, trigger

Sets the angle the player is looking towards when teleporting to the start zone. Takes in yaw in degrees or uses your current looking angle. Usage Examples # mom_zone_start_setlook Uses the yaw of your current looking angle. mom_zone_start_setlook 10 Uses the yaw of 10 degrees.