24 lines
403 B
INI
24 lines
403 B
INI
set developer 1
|
|
|
|
// disk ops
|
|
bind s "savepoints"
|
|
bind l "loadpoint"
|
|
bind e "exportpoint"
|
|
|
|
// point manipulation
|
|
bind d "deletepoint"
|
|
bind h "pointhelp"
|
|
bind m "movepoint"
|
|
|
|
// misc
|
|
bind z "destroyents"
|
|
bind i "toggleignore"
|
|
|
|
// point dropping
|
|
bind a "setpoint"
|
|
bind 1 "setflee"
|
|
bind 2 "setlean"
|
|
bind 3 "setduck"
|
|
bind 4 "setcover"
|
|
bind 5 "setfleefriendly"
|
|
bind 6 "setfleeenemy"
|