1

Topic: Bind more than 1 command for 1 key!

Hi!

Is that possible to bind more than 1 command for 1 key? Like bind a "+move; player_name left" ? Or bind leftmousebutton "+shoot; emote 0"

Or somehow like that? If yes how (what to write) and how much command can be bound on 1 key?

2

Re: Bind more than 1 command for 1 key!

Yes. That's how you do it.

Not Luck, Just Magic.

3

Re: Bind more than 1 command for 1 key!

It's done exactly as you wrote:

bind key "command1; command2; command3..."

As far as I know, there is no limit to the number of commands you can bind to a key.

4

Re: Bind more than 1 command for 1 key!

Thanks wink