Platform Builder Forums
Main => Suggestions => Topic started by: CGM on May 31, 2019, 01:16:23 AM
-
What about an or command for conditionals? Like, if key=right or key=up or key=...You get the idea.
-
What about an or command for conditionals? Like, if key=right or key=up or key=...You get the idea.
This can be done, just put:
if key = right | key = up
-
Thanks for the info Antikore! Wish I had known that... Must have overlooked it.