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
Big important question
Moderator: Graf Zahl
-
- Stronghold Team
- Posts: 319
- Joined: Thu Apr 12, 2007 21:35
- Location: Germany
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"