Please, Could you tell me about 'gui script'

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’.

GUI templates can not have gui scripts. A GUI template is only a way for you to reuse groups of gui nodes, for instance buttons or list items.

1 Like