Question:
CounterStrike: Source - Bind multiple commands to one key?
David E
2009-03-03 21:22:48 UTC
How can I bind multiple commands to one key?

For example, binding the del key to "say Goodbye cruel world" and "kill"

I've tried everything...

bind "del" "say Goodbye cruel world; kill"
bind "del" "say Goodbye cruel world":"kill"
bind "del" "say Goodbye cruel world; kill;"

Nothing seems to work...
Three answers:
hewray
2009-03-03 21:26:48 UTC
try



bind del "say goodbye cruel world", kill



I don't think you can do multiple binds though
Jack
2014-09-07 12:41:32 UTC
Whilst I don't have any idea, I'd suggest trying some variations of:

---



bind "del", "say Goodbye cruel world", "kill"



---

I say this, because usually when binding keys to multiple commands; the commands are separated by colons. This is probably wrong, but it's worth a shot =)
tsizwiz
2009-03-03 21:26:20 UTC
you forgot to type "say kill" after the semicolon


This content was originally posted on Y! Answers, a Q&A website that shut down in 2021.
Loading...