Is it possible to bind a key to toggle between two different weapons using the same key like in the mission packs? Can I do this from the config file?
-Legend
-Legend
alias toggle "alias tog_on" alias tog_on "commandx;alias toggle tog_off" //replace commandx by whatever command u like alias tog_off "commandy;alias toggle tog_on" //replace commandy by whatever command u like bind "whateverkey" toggle
alias w1 wait alias w2 "w1;w1" alias w3 "w2;w1" alias w4 "w3;w1" alias w5 "w4;w1" //etc..etc.. alias mw w1 alias lavagun "impulse 4;mw;impulse 4"
Comment