The "Else" condition for more than one "else" does not work, simple as that. My cutscenes don't work any more...
Also, the timeline object is still screwed, being unable to change timeline names, deleting timelines screws up the name of the top timeline, and I can't name parameters or periods, instead it changes to what's before it. I don't have an example of this in the example cap, but I think you don't need an example to reproduce it.
Example of else problem
Why do you need the else's there; remove them and it works fine (obviously you'll need to rearrange them such that they don't just all run in order, but that's trivial).
The timeline problems are fixed in the next build; some code didn't send for the timeline object and it got messed up.
The only alternative method I know of is far less streamlined, I'd rather have sub-events with fewer conditions than a whole bunch of events that repeat the same conditions and take up more space in the event sheet.
You need no more events. Just remove the else's and reorder them so the 3rd is at the top, 2nd below that, and so on.
Else isn't meant to work like that either, it's just meant to be 1 condition on its own which runs if the other one isn't true.