View Single Post
  #2  
Unread 11-24-2005, 11:56 AM
depechenode's Avatar
depechenode depechenode is offline
A Griffon
Interface Author - Click to view interfaces
 
Join Date: Nov 2004
Server: Toxxulia
Posts: 584
Default

Try tieing the window you wish to have available to an OnHide event triggered off your Player window. That way, when you load EQ2 and the player window pops, then the onhide event of that window will do what you are trying do as if you typed those two commands you mentioned to get it to work. Just put those two commands you use manually in the player window onhide = event. You have to place the commands in duplicate however, for it to work correct.

Here is my onhide event for my player window tht opens my custom mainhud inventory window:
OnHide =
show_window=(MainHud.Inventory)
show_window=(MainHud.Inventory)


I am not sure why my onhide actually works, you would think on show would work best, but I think it works for when you camp out and sets the setting for the next log in. I guess.. but It works none the less for me.
Reply With Quote