Thanks for the response, matty.
Dang, that's what I was afraid of.
Well, this is essentially how it works:
1. a main menu is opened either from the script menu or a command.
2. BUT... On the main menu, there are several buttons to reach other windows -- for example, the inventory.
3. When one of these buttons is clicked, it destroys the main window and creates the inventory window.
I had to do it like this because I couldn't get the child wnds to work for me, and each different window is really complex; I didn't really want to deal with everything cluttered into one massive XML file. =/ And
this is the the xml window I'll need to be sending text from. (among with other similar "sub" windows, like the store, the kitchen, and so on.)
So basically, even though the main xml window is reached via the script menu or command, subsequent windows, such as the inventory, are not. D: I suppose it won't be possible, then, to send messages from these?
Also, when you say "will
likely be the top window", does
likely just mean 'sometimes,' or 'almost always unless there's some freakish bug' ? =P