Wow, I'm such an idiot! How did I not notice that option there!
Thank you both for the quick replies!
Just a small suggestion, since I found it to be very useful. The @MacGruber StateMachine from the LogicBricks package helps me to significantly reduce the number of buttons in my scenes (they are actually just playgrounds at this stage). Instead of having Next1, Next2, Next3, etc buttons that I need to show and hide I can place one single Next button and attach a StateMachine plugin. The StateMachine has then multiple states (S1,S2,S3,...). The button click itself just triggers the StateMachine to jump to the next state which then has for example OnEnter triggers where you can start a certain animation etc.
This helps to keep the scene relatively clear. I also use it to implement toggle buttons for actions that have no toggle option. For example, instead of having two POV buttons to set Passenger-Active/Inactive and hiding the one not needed, I use one button with two states.
Please ignore my input, if this was something that you knew already. I just didn't see the LogicBricks in any of the trending plugins list, but I believe it is almost as essential as the Timeline plugin from @Acid Bubbles for more complicated scenes.
Thanks again for the great work and for the instant help!
That's a nice recommendation, I'll try it for my next scene! Thanks!