I’m trying to get a msg to post to a gui script and because it’s through a collection proxy I’m fumbling with the exact address…
CardChoice1.collection is the collection
It has a game object called CardsProxy (I’m using monarch)
attached to this game object is CardChoices (same ID) which is the gui file
The guiscript for that GUI file is : CardsGui1.script
In my main collection I have a game object: cards
that connects to CardsProxy ID for the collection pointer to : CardChoice1.collection
I’m just not sure the right URL…
I have tried:
msg.post(“CardsProxy#CardChoices#CardChoices.gui”, “NewTurn”)
But it doesn’t work. I’ll keep trying some other possible routes but maybe someone can help me.
Thank!