View Single Post
  #12  
Unread 05-21-2006, 01:35 PM
Laffs's Avatar
Laffs Laffs is offline
A Griffon
Interface Author - Click to view interfaces
 
Join Date: Dec 2004
Server: Runnyeye
Posts: 1,404
Default

Maybe this will be of some use to you (maybe not lol)

This is what I used to get 2 custom window to show..

Code:
Name="Player" OnHide="Visible=true Visible=true
 show_window=(MainHUD.CastBreath) show_window=(MainHUD.CastBreath)
 show_window=(MainHUD.PerLoc) show_window=(MainHUD.PerLoc)"
 OnShow="Visible=false Visible=false OnShow=' ' OnShow=' '
 show_window=(MainHUD.CastBreath) show_window=(MainHUD.CastBreath)
 show_window=(MainHUD.PerLoc) show_window=(MainHUD.PerLoc)"
Somtimes when using that for the very 1st time in game you have to toggle the player window.... And then again somtimes you dont.
__________________
Laffs UI Mods
I can only please one person per day. Today is not your day. Tomorrow doesn't look to good either !
(Wicann on Runnyeye)
Reply With Quote