for me the collision thingy isnt showing up
my script:
on key e pressed
player 8 directection enabled
and then blank sub event but player collision wont show
Develop games in your browser. Powerful, performant & highly capable.
You cannot put a trigger in a subevent of another trigger, Construct doesn't allow that.
The "on Key Pressed" is a trigger and "On collision" is another trigger.
However, you can use "is overlapping" instead in a subevent.