Save one of your keys and use:
...instead. :)
And yet another way to make playing custom maps with bots easier:
This script requires V-Man's tools.cfg. You have to edit alias "custommaps" to add your own list of map names before using the script, for example:
The new menu will show up in the existing "botmaps" menu:
[SELECT ALL] Code:
/bind 0 [if $paused [paused 0; echo Unpaused] [paused 1; echo Paused]]
And yet another way to make playing custom maps with bots easier:
[SELECT ALL] Code:
// Custom bot maps menu item script by DES|Bukz
// Requires tools.cfg - http://forum.cubers.net/thread-1776.html
alias custommaps [ac_MAP1 ac_MAP2 ac_MAP3 ac_MAP4 ac_MAP5]
add2menu botmaps [
menuitem [] -1
menuitem [Custom Bot Maps] [showmenu "Custom Bot Maps"]
]
newmenu "Custom Bot Maps"
genbotmaps $custommaps
This script requires V-Man's tools.cfg. You have to edit alias "custommaps" to add your own list of map names before using the script, for example:
[SELECT ALL] Code:
alias custommaps [ac_edifice ac_fracht ac_egypt]
The new menu will show up in the existing "botmaps" menu: