Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- //-------------------------------------------------------------------------------------------------------------------------------------------
- // Toggle Q Bind
- //-------------------------------------------------------------------------------------------------------------------------------------------
- alias qbind //points towards current q bind
- alias qbind_lastinv "bind q lastinv"
- alias qbind_quickswitch "bind q +quickswitch"
- //
- alias toggle_qbind q_quickswitch //toggles between binds
- alias q_lastinv "alias qbind qbind_lastinv; qbind_lastinv; alias toggle_qbind q_quickswitch; say_team "q binded as lastinv";"
- alias q_quickswitch "alias qbind qbind_quickswitch; qbind_quickswitch; alias toggle_qbind q_lastinv; say_team "q binded as +quickswitch";"
- //-------------------------------------------------------------------------------------------------------------------------------------------
- // Binds --->
- //-------------------------------------------------------------------------------------------------------------------------------------------
- bind q lastinv
- //-------------------------------------------------------------------------------------------------------------------------------------------
- // <--- Binds
- //-------------------------------------------------------------------------------------------------------------------------------------------
- // Altbinds --->
- //-------------------------------------------------------------------------------------------------------------------------------------------
- // pri = primary
- // mod = modifier
- // sec = secondary
- //-------------------------------------------------------------------------------------------------------------------------------------------
- // Key-Q
- //-------------------------------------------------------------------------------------------------------------------------------------------
- alias priQ "qbind"
- alias secQ "bind q toggle_qbind"
- //-------------------------------------------------------------------------------------------------------------------------------------------
- // Set +ALT/-ALT
- //-------------------------------------------------------------------------------------------------------------------------------------------
- alias +altbinds "secQ" //Alt+KEY binds
- alias -altbinds "priQ" //Default binds
- //-------------------------------------------------------------------------------------------------------------------------------------------
- // Bind ALT
- //-------------------------------------------------------------------------------------------------------------------------------------------
- bind ALT +altbinds
- //-------------------------------------------------------------------------------------------------------------------------------------------
- // <--- Altbinds
- //-------------------------------------------------------------------------------------------------------------------------------------------
Advertisement
Add Comment
Please, Sign In to add comment