Hello,
I'm trying to get 1 Switch Event check against 2 possible answers but can't see how?
In an if statement I would do
if(mySwitch == "unassigned" || mySwitch == "Left"
{
...Then do this
}
I guess I'm asking how I would go about placing an "OR" in Play Maker? either via a Switch or If Statement.
Currently I have a Switch event checking against UP, DOWN, LEFT & RIGHT but at the start the string variable isn't unassigned.
Thank You.