Skip to content

Instantly share code, notes, and snippets.

@dweedul
Created July 18, 2011 21:26
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dweedul/1090708 to your computer and use it in GitHub Desktop.
Save dweedul/1090708 to your computer and use it in GitHub Desktop.
TF2 - Engineer
// Alias the build menu
alias sentry "destroy 2; build 2"
alias dispenser "destroy 0; build 0"
alias entrance "destroy 1; build 1"
alias exit "destroy 3; build 3"
// Bind the menu to F1-F4
bind f1 sentry
bind f2 dispenser
bind f3 entrance
bind f4 exit
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment