Upvote Upvoted 0 Downvote Downvoted
Script Help
posted in Q/A Help
1
#1
0 Frags +
alias +ubercharge "+attack2; slot2; say_team <<<<<<<<<<UBER>>>>>>>>>;voicemenu 2 7"
alias -ubercharge "-attack2"
alias +kritzcharge "+attack2; slot2; say_team <<<<<<<<<<KRITZED>>>>>>>;voicemenu 2 7"
alias -kritzcharge " -attack2"
alias respawnMedic "join_class medic"
alias kritz "load_itempreset 1; bind mouse2 +kritzcharge; say_team I'm on KRITZKRIEG; bind f8 toggler2"
alias uber "load_itempreset 0;bind mouse2 +ubercharge; say_team I'm on UBERCHARGE; bind f8 toggler1"
alias toggler1 "kritz"
alias toggler2 "uber"

bind f8 "toggler1"
bind BACKSPACE +respawn
alias +respawn "join_class random; alias -respawn respawnMedic"

I created this Script which in the core is supposed to make me able to toggle between Kritz and Uber easily and also change the message.
It either keeps looping attack2 or it doesnt attack2 at all.
Can anyone help me with it?

Edit: Ok nvm it works now I think tf2 was fucked....

[code]alias +ubercharge "+attack2; slot2; say_team <<<<<<<<<<UBER>>>>>>>>>;voicemenu 2 7"
alias -ubercharge "-attack2"
alias +kritzcharge "+attack2; slot2; say_team <<<<<<<<<<KRITZED>>>>>>>;voicemenu 2 7"
alias -kritzcharge " -attack2"
alias respawnMedic "join_class medic"
alias kritz "load_itempreset 1; bind mouse2 +kritzcharge; say_team I'm on KRITZKRIEG; bind f8 toggler2"
alias uber "load_itempreset 0;bind mouse2 +ubercharge; say_team I'm on UBERCHARGE; bind f8 toggler1"
alias toggler1 "kritz"
alias toggler2 "uber"

bind f8 "toggler1"
bind BACKSPACE +respawn
alias +respawn "join_class random; alias -respawn respawnMedic"[/code]
I created this Script which in the core is supposed to make me able to toggle between Kritz and Uber easily and also change the message.
It either keeps looping attack2 or it doesnt attack2 at all.
Can anyone help me with it?

Edit: Ok nvm it works now I think tf2 was fucked....
2
#2
whitelist.tf
1 Frags +

You could add a -attack2 to your kritz & uber aliases, so that when you have rightclick pressed and press F8 to swap mediguns your M2 gets unstuck.

Also there would be no need for 'toggler1' and 2 if you have your kritz/uber aliases just bind F8 to the other alias

This script also always makes the next time you press F8 swap you to ubercharge if you use the +respawn bind.

You could add a [i]-attack2[/i] to your kritz & uber aliases, so that when you have rightclick pressed and press F8 to swap mediguns your M2 gets unstuck.

Also there would be no need for 'toggler1' and 2 if you have your kritz/uber aliases just bind F8 to the other alias

This script also always makes the next time you press F8 swap you to ubercharge if you use the +respawn bind.
Please sign in through STEAM to post a comment.