Mystic Member Jun 6, 2004 #2 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.
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.
JTE Member Jul 19, 2004 #3 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.
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.