Just a little question

What happened to the “end game” action? It was used to exist, but then renamed to “switch & case” and got removed

What did switch & case do? Switching the server? or casing

1 Like

Here is an example of what is switch & case supposed to be used:

var a = 0;
switch (a):
  case 0:
    message = "Hi";
  case 1:
     message = "Bye";

I think they forgot about this action already.

2 Likes