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?
|