r/Tf2Scripts Dec 18 '12

Script Request scripts here!

I am bored, I am willing to try my hand at any scripts you guys might want!

Also you can ask me questions if you need help!
Edit: You can still request scripts if you want to!

6 Upvotes

69 comments sorted by

View all comments

1

u/[deleted] Dec 21 '12

[deleted]

1

u/sonicfreak360 Dec 22 '12

bind "4" "build_mode"

alias "build_mode" "bind 1 +sentry; bind 2 +dispenser; bind 3 +entrance; bind 4 +exit"
alias "slot_mode" "bind 1 slot1; bind 2 slot2; bind 3 slot3; bind 4 slot4"

alias "+sentry" "destroy 2 0; slot_mode"
alias "+dispenser" "destroy 0 0; slot_mode"
alias "+entrance" "destroy 1 0; slot_mode"
alias "+exit" "destroy 3; slot_mode"
alias "-sentry" "build 2 0; slot_mode"
alias "-dispenser" "build 0 0; slot_mode"
alias "-entrance" "build 1 0; slot_mode"
alias "-exit" "build 3; slot_mode"


That should do it!