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?
Yes. The first 4 actions will run, then a pause of 0.1s. Then "Tyke set health" action, but only if the condition is true. And then the other actions nested under the function level, regardless of the previous condition.