I was wondering if you could add a Switch Statement to GDevelop. A switch statement is something that checks for a variable, and when a case is true, it will run that code and will no longer check for any other case.
In GDevelop, you could add this feature as follows:
A condition called Switch that checks the variable.
An action called Case to handle the specific value of the variable.
A new action called Break, which will stop checking any other cases once one is true why should we add this so if wanted to check for a variable and let say that variable == 1 then it wont check any more conditions and it would make let say 50 if statements in to one condition