19 Mar 11, 05:19AM
Mega Binds script:
http://pastebin.com/XFBFJsPg
Supposed to replace all the delta_edit, delta_game, etc. stuff from scripts.cfg - Allows you to bind a key to many different actions all with 1 command and without needing any aliases. :D
Example usage:
http://pastebin.com/XFBFJsPg
Supposed to replace all the delta_edit, delta_game, etc. stuff from scripts.cfg - Allows you to bind a key to many different actions all with 1 command and without needing any aliases. :D
Example usage:
[SELECT ALL] Code:
megabind O [
gamespeed 1000 // "Fast forward" demo playback
] [
echo Current map message is: (getmapmsg) // Show the mapmsg in editing or coop-edit
] [
connect (curserver 1) (curserver 3) // Reconnect to the server you're on if connected to one
] [
botskillall best // Turn up the heat if playing bots
] [
// Do nothing, if the other arguments have not been met :3
]