Quick Nade Throw (Gone?)
#3
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.
alias quicknadethrow [
    if (> (magcontent 6) 0) [
        if (!= (curweapon) 6) [grenades]
        attack
    ]
    onrelease [ sleep 1 [ if (= (curweapon) 6) [weapon (prevweapon)] ] ]
]
Then to bind to the right mouse button
bind MOUSE2 [ if $editing [ showmenu editing ] [ altaction ] ]
Thanks given by:


Messages In This Thread
Quick Nade Throw (Gone?) - by |FmC|Aqua_3m - 27 Jun 10, 06:56PM
RE: Quick Nade Throw (Gone?) - by #M|A#Wolf - 28 Jun 10, 12:48AM
RE: Quick Nade Throw (Gone?) - by Gibstick - 28 Jun 10, 01:31AM
RE: Quick Nade Throw (Gone?) - by |FmC|Aqua_3m - 29 Jun 10, 05:36AM