Hey,
I notice many vanilla behaviors have an action with an incoming parameter where a switch statement is used. Since you can't see the editor side aspects, I can't figure out how to use a combo type parameter with a switch;
In c2, the parameters were numbers. I tried changing the json file to return a number, but that fails. Idk, looking for an example if anyone has one.
What I want is: DoSomeAction(Choice, num){switch(choice)}
Where in the editor, Choice is a drop down of options I have defined.