The error is:
main/main.script:31: Could not send message ‘easy’ from ‘main:/controller#main’ to ‘game_proxy:/player#player_script’.
stack traceback:
[C] in function post
main/main.script:31: in function <main/main.script:11>
i’m sending this message from the main script:
msg.post("game:/player#player_script", "easy")
and when I look at the URL from the player_script in the player object in the player collection with print(msg.url()) it is the same. Yet i get the issue as if the msg.post cannot find the url
thanks so much for any help at all!