08 Sep 10, 07:05AM
Check it:
It works because the game tries to execute both commands. If you already have the primary selected, the "primary" part is considered already completed, and the "secondary" command is then attempted (and vice-versa).
Thus, the "if" part is superfluous. Actually it threw me off for a while trying to figure out how that works! ;-)
[SELECT ALL] Code:
bind F [primary; secondary]
Thus, the "if" part is superfluous. Actually it threw me off for a while trying to figure out how that works! ;-)