Code: Select all
If(KeyDown("key")==1 or 0) { ...
Additionally, you could, instead of specifying a specific key, give an action name instead. So, using "+FORWARD" would check for whatever the 'move forward' key is, regardless of configuration.
Not sure if this is within engine limits, but it would really help to have some sort of a way to create a menu without relying on awkward custom bindings.