The problem:
On Key Pressed is triggering incorrectly when the trigger is placed as a sub-event. Events are triggered even though the key was not pressed during that tick.
What should happen:
On Key Pressed should only trigger during the tick that the key was pressed no matter what level or sub-level the trigger condition is placed at.
How to recreate:
Open the attached triggerbug.cap and run it. Hold down the spacebar for three seconds. When the timer reaches 3, and while the spacebar is still being held down, the sub-event for On Key Pressed will trigger and the bug will occur.
On Key Pressed sub-event bug example