28 Jun 10, 01:31AM
Be careful Wolf, that also binds "make solid" in editing mode. Rather, it sounds like he lost the quicknadethrow alias. It should be in scripts.cfg, but put this in your autoexec anyways.
Then to bind to the right mouse button
[SELECT ALL] Code:
alias quicknadethrow [
if (> (magcontent 6) 0) [
if (!= (curweapon) 6) [grenades]
attack
]
onrelease [ sleep 1 [ if (= (curweapon) 6) [weapon (prevweapon)] ] ]
]
[SELECT ALL] Code:
bind MOUSE2 [ if $editing [ showmenu editing ] [ altaction ] ]