I made ‘main gui’ and ‘sub gui’. I put a different script in each ‘gui’ and put ‘sub gui’ in ‘node’ of ‘main gui’. I want to interfere with the script of ‘sub gui’, but I do not know how to do it. I tried to print the ‘sub gui’ script by putting msg.url () in the update function, but the update function does not respond at all.
What I want is to pass from ‘main gui script’ to ‘msg.post ()’ to ‘on_message’ function of ‘sub gui script’.
-
Project Exploere
-
Main gui(Outline)
-
Sub gui(Outline)