Is your feature request related to a problem? Please describe.
Lacking a FOR loop function, I tend to prefer using multiple IF statements in sequence, rather than nesting each IF statement into each previous ELSE because then I'd have to click eight times to uncollapse them all. This means that my scripts are getting extremely cluttered by ELSE statements that don't do anything; I can collapse them but they still take up vertical and visual space.
Describe the solution you'd like
I'd love if there was a checkbox on any IF script object that would simply show/hide the ELSE portion below. Maybe it could delete the contents of the ELSE, or just leave it as is, presumably empty.
Describe alternatives you've considered
I would actually prefer that it not be a different script object, because that just lengthens the list and doesn't allow a user to change their mind later. And just hiding it in the editor seems to have the least impact in terms of UI.
Additional context
I've worked with a bunch of tools that use scripting abstraction and while I love them, the really fiddly bits are the things that slowly make them unusable, so I'm glad you've done a lot to consider UX; I hope you'll consider this.
The latest versions of GB Studio fold the Else statement so that it is not "open," which is convenient. It is up to the dev to use it or not.
I'm not trying to negate your request, but if you haven't been using the latest versions, you might not have seen this.
I haven't tried the indev version, I will check it out!
It's still adding an expanded ELSE by default in the 1.20 latest build, as far as I can tell.
Which OS?
Windows 10.

Interesting... I'm using Mac OS and this was working in some previous version, but it's definitely expanded for me now too.
Hi @hangedmandesign Just to let you know I'm currently working on an update in #318 that will add the ability to remove the Else path from conditional statements

The update also adds Switch statements and a number of other usability improvements.
This can be closed 馃帀
Sorry for the delay in closing, thanks for the update!
Most helpful comment
Hi @hangedmandesign Just to let you know I'm currently working on an update in #318 that will add the ability to remove the Else path from conditional statements
The update also adds Switch statements and a number of other usability improvements.