pb2menu 1

background menu_bg_ingame

widget
	ycent -40
	xcent 0
	type text
	halign center
	text "  Add a bot  "
	command "addbot"

widget
	yrel 13
	halign center
	type text
	text "  Remove All Bots  "
	command "removeallbots"

widget
	yrel 13
	xrel -1
	halign right
	type text
	text "Skill ($skill$):"

widget
	xrel 2
	halign left
	type text
	text " Toggle "
	command "cvar_inc skill 1 -1 0; skill"

widget
	yrel 16
	xcent 0
	halign center
	type text
	text "All bots join:"

widget
	yrel 13
	xrel -1
	halign right
	type text
	text " Blue "
	command "botcommand all join blue"

widget
	yrel 0
	xrel 2
	halign left
	type text
	text " ARed "
	command "botcommand all join red"

widget
	yrel 13
	xrel -2
	halign right
	type text
	text " .Purple "
	command "botcommand all join purple"

widget
	yrel 0
	xrel 2
	halign left
	type text
	text " EYellow "
	command "botcommand all join yellow"
