Hello,
I am trying to input an Arduino serial data, which is a string that returns either “x number” or “y number”, the number is a number between -500 and 500. What I’m trying to do here is to tell the blueprint to aknowledge if it has to move forward/backward or sideways depending of what letter it receives, x sideways, y forward/backwards. I am kinda new to Blueprints and I tried looking over the web for some answers and I found some useful but I’m still stuck.
What I’m trying to say is that I need to separate the y from the number and then make it compare only the letter to know what coordinates it has to move.
Here’s a screenshot of what I have at the moment:
Thanks in advance for checking this