Do the authors accept feature requests and if so where should I post them?
Just in case it turns out that I should post them here...
I would like to see a simple change in the scripting parser that would allow a command to span more than one line. For instance:
position object 401, object position x(401) + (joystick x()/200), object position y(401) - (joystick y()/200), object position z(401) - (joystick z()/4 00)
...could become:
position object 401,
object position x(401) + (joystick x()/200),
object position y(401) - (joystick y()/200),
object position z(401) - (joystick z()/4 00)
...making it much easier to see the error on the last line.
The parser already ignores a 'space', it should be relatively easy to make it also ignore a 'return' if it follows a 'comma'.
Making a cool sig is just too much pressure for me right now.