From main controller script to death.collection’s score game object’s script
Death collection as main’s collection proxy
Receiver(score.go’s script)
Sender(controller)
CLICK FOR FULL IMAGE^^^^^^^
attempt to debug collected info about problem
Sender did run the msg.post
Reciever did not recieve any message
No error was recieved
If source of error unable to find plz give me some examples of reasons this might happen^^
Thx
Can you start by confirming that the code calling msg.post gets run?
Next is to verify the URL. On the receiving scripts init() function add print(msg.url()) and verify the URL.
2 Likes
I managed to get the code to send by using print alot, thanks
I keep running into the problem of the message being sent before the proxy is loaded its so annoying
You do get a message when the proxy is loaded so you should be able to hold off on sending the message until then.
1 Like