Is there a chance of adding "Case" Procedure block?

Published by Hidan on
Status
Resolved
Issue description

As topic says, can we get "Case" procedure block?
I know that we can use "Else If" for procedures but in many cases 
using Case  funciton will be more efficient especially for large procedures
and will make them more stable by not checking every Else If when procedure
is engaged.

So yeah having that red colured "case" Procdure block can make mods a bit more
optimized and stable :)

Issue comments

Due to the way Java is built we can not provide a universal case block that would work with all types so for now else if will have to do.