Bind Commands
Find the commands for this bind below. Note that you need to pull back the grenade (hold left click) and get ready to throw before hitting your bind key.
This bind requires 4 commands to be ran separately (and in order). Paste each of these into your console to apply the bind.
- 1alias "+jt" "+jump;" ;
- 2alias "+ta" "-attack; -attack2";
- 3alias "-jt" "-jump";
- 4bind alt "+jt;+ta;"
How it Works
The first part of this command creates an "alias" - a shortcut. The alias +jumpthrow actually runs two commands. The first command is +jump, which makes your character jump, and the second is -attack makes your character stop attacking (so that you throw the grenade you have pulled back). The -jumpthrow alias runs the -jump command which always needs to be ran after using the +jump command, so that you can jump again.
The second part of this command binds those two aliases to the ALT key.