Upvote Upvoted 0 Downvote Downvoted
Need help fixing this string
posted in Q/A Help
1
#1
0 Frags +
alias "resetmedcfg" "unbind "shift";bind e "voicemenu 0 0";bind "mouse1" "+attack";bind mouse2 "+attack2";unbind mouse4;unbind mouse5;bind c "voice_menu_3";bind "v" "voice_menu_2""

for some reason e doesn't get rebound to calling for med when using this string, and i get a couple "bind <key> [command]" replies from my console when using this. any ideas?

[code]alias "resetmedcfg" "unbind "shift";bind e "voicemenu 0 0";bind "mouse1" "+attack";bind mouse2 "+attack2";unbind mouse4;unbind mouse5;bind c "voice_menu_3";bind "v" "voice_menu_2""[/code]

for some reason e doesn't get rebound to calling for med when using this string, and i get a couple "bind <key> [command]" replies from my console when using this. any ideas?
2
#2
2 Frags +

you can't use quotations inside quotations tf2 doesn't recognize that

alias resetmedcfg "unbind shift; bind e callmed; bind mouse1 +attack; bind mouse2 +attack2; unbind mouse4; unbind mouse5; bind c voice_menu_3; bind v voice_menu_2"
alias callmed "voicemenu 0 0"

didn't test this idk if it works

you can't use quotations inside quotations tf2 doesn't recognize that

alias resetmedcfg "unbind shift; bind e callmed; bind mouse1 +attack; bind mouse2 +attack2; unbind mouse4; unbind mouse5; bind c voice_menu_3; bind v voice_menu_2"
alias callmed "voicemenu 0 0"

didn't test this idk if it works
Please sign in through STEAM to post a comment.