12 Oct 16, 07:48PM
(11 Oct 16, 09:25PM)|HP| Wrote:(11 Oct 16, 07:16PM)gy_be Wrote:(11 Oct 16, 06:46PM)|HP| Wrote: https://github.com/assaultcube/AC/pull/88
Glancing at that PR it simply prohibits using jump and crouch in the same sequence of semicolon separated commands, right? Seems easy to work around (e.g. using execute or for loop with one iteration).
Within ac? I dont think so.
Yes, within AC. `/bind lshift [execute "crouch"; execute "jump"]` is equivalent to `/bind lshift [crouch; jump]` and isn't caught by the check in the PR.