View Single Post
Re: Starting waypointing
Old
  (#4)
Ancient
PodBot MM's Laziest Waypointer
 
Ancient's Avatar
 
Status: Offline
Posts: 1,010
Join Date: Jan 2005
Location: Nebraska, United States of America
Default Re: Starting waypointing - 28-05-2006

Quote:
// Waypoint binds
mp_timelimit 0
mp_roundtime 10
mp_startmoney 16000
developer 1; echo You look absolutely marvelous today SoUlFaThEr; developer 0

name CFE_AnCiEnT__

//Turn on Waypoint Editor
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"

So I'm assuming that this would be correct?
  
Reply With Quote