// terencehill's waypoint editor config con_notify 4 //g_warmup 0 //r_lightningbeam_thickness 2 //fss: field set server alias fss "prvm_edictset server $1 $2 \"$3\"" set th_bindmap_active 1 set th_bindmap_bg_active 0 alias th_bindmap_apply "in_bindmap $th_bindmap_active $th_bindmap_bg_active" alias th_waypointeditor_enable "g_waypointeditor 1; bot_debug_goalstack 1; bot_nofire 1; sv_cheats 1; timelimit_override 0; th_bindmap_active 1; th_bindmap_apply" alias th_waypointeditor_disable "g_waypointeditor 0; bot_debug_goalstack 0; bot_nofire 0; sv_cheats 0; timelimit_override -1; th_bindmap_active 0; th_bindmap_apply" alias bot_reset_ammo "fss 2 ammo_shells 1; fss 2 ammo_nails 1; fss 2 ammo_rockets 1; fss 2 ammo_cells 1; fss 2 ammo_plasma 1; fss 2 ammo_fuel 1; fss 2 ammo_shells 1;" alias bot_reset_health "fss 2 health 1; fss 2 armorvalue 0" alias bot_role_generic "fss 2 havocbot_role havocbot_role_generic; fss 2 havocbot_role_timeout 999999; fss 2 havocbot_previous_role havocbot_role_generic" th_waypointeditor_enable alias th_bindmap_default "in_bindmap 0 0" set th_bindmap_waypointeditor_num 1 alias th_bindmap_waypointeditor "in_bindmap $th_bindmap_waypointeditor 0" alias bind_waypointeditor "in_bind $th_bindmap_waypointeditor_num $*" bind_waypointeditor 1 "wpeditor spawn" bind_waypointeditor 2 "wpeditor remove" bind_waypointeditor 3 "wpeditor saveall" bind_waypointeditor 4 "wpeditor relinkall" bind_waypointeditor 5 "wpeditor unreachable" bind_waypointeditor 6 "wpeditor spawn crosshair" bind_waypointeditor 7 "wpeditor spawn jump" bind_waypointeditor 8 "wpeditor spawn crouch" bind_waypointeditor 9 "wpeditor spawn support" bind_waypointeditor 0 "wpeditor hardwire crosshair" bind_waypointeditor mouse4 "wpeditor spawn" bind_waypointeditor mouse5 "wpeditor remove" bind_waypointeditor ctrl "toggle slowmo 1 0.1" bind_waypointeditor r wpeditor_menu bind_waypointeditor f fly bind_waypointeditor g god bind_waypointeditor l "wpeditor lock" bind_waypointeditor x "bot_cmd 1 pause" bind_waypointeditor c "bot_cmd 1 continue" bind_waypointeditor v +crouch bind_waypointeditor n "toggle bot_number" bind_waypointeditor m "bot_role_generic"