this is a mix of a basic and advanced scripting thing. I have an Inventory windo that comes up right how i want it to but i want it to go off on mouse out. To clarify, When i move my mouse out of the inventory window, i ant it to ckose. what script would I need to do this, (and heres the basic part) exactly where in the global script would I need to put it?
maybe in repeatedly execute? something like:
if (IsGUIOn(INVENTORY)==1 && GetGUIAt(mouse.x, mouse.y)!=INVENTORY)
GUIOff(INVENTORY)
Yes, except that rep_ex doesn't get called if the inventory window is pop-up modal. So make sure it isn't.
that works perfectly, thanks very much