Hello,
A few months ago, I decided to take the leap and move/re-build my platformer game from C2 to C3. I have an old dialogue engine from C2 that I am using in C3 that had relied on custom keycode events to be pressed to automatically execute to the next dialogue message within a condition block for cutscenes in my game. in C2 there is a plugin had I used called "SimulateKeyEvent" I noticed there seems to not be a feature/plugin simulating a custom key event in C3 from searching around the forums and the C3 plugins.
Is there any way to achieve this event if I had to write a bit of JavaScript code to accomplished this?
More specifically, the keycode event I would like to press down and up is keycode 88 (the X key).