+sattack6, aka quick grenades (there are other +sattacks, but who uses 'em), are built into many multiplayer mods (RQ, xCTF, IHOC, even Artifact-RJS had them) and since 1996 players have been making their own quick grenade scripts that usually go like this:
alias +sattack6 "-attack;wait;impulse 6;wait;+attack"
alias -sattack6 "-attack;wait;impulse 7"
bind h +sattack6 // change "h" the key you want to throw a quick grenade
alias -sattack6 "-attack;wait;impulse 7"
bind h +sattack6 // change "h" the key you want to throw a quick grenade
Anyway, I was playing around with a mod without this functionality and finally got annoyed with even the above script. (What if I don't have RL?)
Here is the best quick grenade alias. It works with JoeQuake, QRack and ProQuake (support for bestweapon).
// Ultimate Quick Grenade
alias +sattack6 "-attack;wait;impulse 6;wait;+attack"
alias -sattack6 "-attack;wait;bestweapon 7 8 5 4 3 2 6 1"
bind h +sattack6
alias +sattack6 "-attack;wait;impulse 6;wait;+attack"
alias -sattack6 "-attack;wait;bestweapon 7 8 5 4 3 2 6 1"
bind h +sattack6

Leave a comment: