Another "Nested Conditions" question

I can't figure out how to add another top-level condition... just subconditions. Here's what I have:
Now, I want to add:
I keep ending up with another "if ANY/ALL" at the levels of the conditions, not the "if ALL" level. I've tried dragging it around, but it doesn't seem to wanna drag. I accidentally did this at one point, but I can't remember the trick. What am I missing?
- Code: Select all
if ANY .... (top level outside the box, "OR")
if ALL .... (first ANDed condition)
condition for first
another condition for first
if ALL .... (second ANDed condition)
condition for second
another condition for second
Now, I want to add:
- Code: Select all
if ALL .... (third ANDed condition)
condition for third
another condition for third
I keep ending up with another "if ANY/ALL" at the levels of the conditions, not the "if ALL" level. I've tried dragging it around, but it doesn't seem to wanna drag. I accidentally did this at one point, but I can't remember the trick. What am I missing?