Perhaps you could do it like this:
On function weakPunch
- trigger once
---Tyke X is block: blah
---Other action that happens at the same time: blah
that's what I'm trying to do, but it seems like unless there's a condition in place, Construct doesn't pay any mind to it. If I simply place an empty condition on the same indent as the sub-condition, will it evaluate the sub-condition and then just execute the next section of code regardless?