Sending over ID, a makecode radio extension problem.

okay, so I have a problem with sending over a ID form one console to another for a game. the system so far is simple, generate a ID number using the console, and send that over, if a ID isn’t already made for another player then make that the ID and only take info from that to figure out stuff about the other player. but the problem is loading that info. see, I can send a ID, but determining whether something being sent from another console is not working due to not being able to classify a sent ID by a action, and or possibly make it so that the info can also be identified by the same thing. but basically, let me show you the code.

okay, while making this, I found out the game is gone. I was updating the game without posting it and must have deleted it, but basically the design flaw was that I tried to convert a variable into text from a number and join it with a letter to send it through the radio extension as text, sense you cant send a array. if anyone knows a way to send a array through the extension or knows how to do something like this, please let me know.