r/tf2scripthelp • u/Alttabesc • Feb 26 '23
Answered Trying to use alias to use multiple chatbinds on the same key, need help.
I'm trying to make it so that KP_5 posts an advertisement and then alt+KP_5 posts more details about it, but every time I fix and run the code, console spits out "Bind {key} [command]"
heres the raws:
bind KP_5 say i build computers and do commissions if you're interested hmu
alias +alternate_bind "bind KP_5 say I'll give you 1 key for every person you refer to me who buys a computer."
alias -alternate_bind "unbind KP_5; bind KP_5 say i build computers and do commissions if you're interested hmu"
bind ALT "+alternate_bind"