View Single Post
  #5  
Unread 06-16-2006, 02:14 PM
Celestian Celestian is offline
A Crazed Gnoll
Interface Author - Click to view interfaces
 
Join Date: Nov 2004
Server: Antonia Bayle
Posts: 23
Default

Ok did some further testing. I created a Text object (PlayerClassName) in Player xml and the dynamicdata for the text is /GameData.Self.SubClass

I then have a page called "TemplarPage" underthat page are several options and images that are specific to templars. What I have done is this on that page:

OnActivate="Visible=(PlayerClassName.LocalText=='Templar')"

However it always displays the information under the TemplarPage no matter what class I login with. Does making the page, with objects below it, not visible not also make items within that page hidden?
Reply With Quote