This is for the Septempber 2006 release of POD-bot mm
to open the Waypoint Editor menus, type this command in the console:
pb wpmenu
some simple binds for making this menu even easier than it is:
this is my configuration;change the binds to fit your needs. copy and past this into a text file, save as W.cfg and in-game open console and type: exec w.cfg
// Waypoint binds
mp_timelimit 0
mp_roundtime 10
mp_startmoney 16000
developer 1; echo You look absaroutely marvelous today SoUlFaThEr; developer 0
name SoUlFaThEr
//Turn on Waypoint Editor
bind "y" pb wpmenu;menuselect 9;menuselect 1
//G = Main Menu
bind "g" "pb wpmenu"
//O = Waypoint Add Menu
bind "o" "pb wpmenu;menuselect 1"
//P = Waypoint Delete, and answering YES to "Are you sure?"
bind "p" "pb wpmenu;menuselect 2;menuselect 1"
//Ü = Pathwaypoint Add
bind "[" "pb wpmenu;menuselect 5"
//* = Pathwaypoint Delete, and answering YES to "Are you sure?"
bind "]" "pb wpmenu;menuselect 6;menuselect 1"
//H = Flagmenu
bind "h" "pb wpmenu;menuselect 4"
//L = Waypoint Setradius Menu
bind "l" "pb wpmenu;menuselect 3"
//K = Auto Path Max Distance Menu
bind "k" "pb wpmenu;menuselect 9;menuselect 6"
sv_restartround 1
for another option to this using some complicated scripting things already writen for you by Huntkillaz, check out this thread:
http://forums.bots-united.com/showthread.php?t=1497
[EDIT]
KWo - 08.10.2006 - updated to use the new syntax with pb prefix
[/EDIT]