Big important question
Posted: Fri Jul 06, 2007 4:04
Is it possible to bind a key, any key, to execute a script?
i.e:
Bind "k" execute_script(2,0,0,0);
Thank You
i.e:
Bind "k" execute_script(2,0,0,0);
Thank You
Code: Select all
In KeyConf or in the console:
Alias BetanolScript "Puke *ScriptNumber*"
Bind YourKey "BetanolScript"
Code: Select all
Alias LOLZOMG "Summon Rocket ; Wait 5 ; LOLZONG"
Bind K "LOLZOMG"