I am struggling to find a way to send a “message” with the msg.post() function. I want to send a score to another script using the piece of code "msg.post(“default:/gui#gameOver”, “score”). However, I’m not sure of the way to send the actual numerical score with this piece of code.
So far this is all that I have on the recieving end but I am not sure how to collect the score after its been sent either.
I would be happy to answer any questions and hope that someone can help me.