Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- bind 1 "slot1; alias equip_3last equip_3" // Key for primary
- bind 2 "slot2; alias equip_3last equip_3" // Key for secondary
- bind 3 "slot3; alias equip_3last equip_last" // Key for melee
- bind capslock "slot2; slot1; alias equip_3last equip_3" // Key for switching between primary and secondary (equips primary when melee active)
- bind q equip_3last // Key for switching between melee and lastinv
- alias equip_3 "slot3; alias equip_3last equip_last"
- alias equip_last "lastinv; alias equip_3last equip_3"
- alias equip_3last equip_3
- // To undo this script, execute the following lines (remove the "//" before each first)
- // See the following link for information on keeping the above script limited to spy
- // http://www.reddit.com/r/tf2scripthelp/wiki/introduction#wiki_preventing_changes_from_carrying_over_to_other_classes
- //bind 1 slot1
- //bind 2 slot2
- //bind 3 slot3
- //bind q lastinv
- //unbind capslock
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement