Multiple Bindings

Status
Not open for further replies.
Like so:

alias camoff "chasecam 0; alwaysmlook 1;"
alias camon "chasecam 1; alwaysmlook 0;"
bind z camoff
bind x camon

Note the exact syntax, including the spaces, and semicolons. If you don't do it exactly like that, it won't work.
 
You don't really NEED the aliases, though.
Code:
bind z "chasecam 0; alwaysmlook 1;"
bind x "chasecam 1; alwaysmlook 0;"
works just as well.
 
Status
Not open for further replies.

Who is viewing this thread (Total: 1, Members: 0, Guests: 1)

Back
Top