I wonder if this is of any use to you I stumbled on this when I was having problems with the placement of inventory slots only working under there proper page names when I needed a mixture of the types on display at the same time so just hideing the pages was of no use...
Here is part of the code I am taling about
:
Parent.GeneralPage.InvSlot1.Location=199,0 Parent.GeneralPage.InvSlot0.Location=166,0 Parent.ExpandUp.Visible=true Visible=false"
Parent.GeneralPage.InvSlot1.Location=67,0 Parent.GeneralPage.InvSlot0.Location=34,0 Parent.ExpandDn.Visible=true Visible=false
The rest of the onpress events just shows and hides the other inv, equipment slots..
Also what I found to be much better than "show window="???" show window="???" is this :
Say the window you want to load is in the root of "mainhud" and the window that loads it is also:
Parent.Parent.MyWindow.Visible=true
I dunno about the rest of you but this seems to work much better for me, Just thought I would share this, Many of you probably already know this but some may not
