View Single Post
  #9  
Unread 10-22-2005, 01:31 PM
depechenode's Avatar
depechenode depechenode is offline
A Griffon
Interface Author - Click to view interfaces
 
Join Date: Nov 2004
Server: Toxxulia
Posts: 584
Default

I am trying to get this to work as well, no go so far. I have same results as hirebrand.

I am trying to use the Gamedata.Group.Group_1.Archetype info and excuting the statement during the OnShow Event of:
/Groupmembers/GroupMember1/MemberInfoPage
(I choose this page due to this where I have on show = Parent.Parent.Parent.Player.Disband.Visible=true Parent.Parent.Parent.Player.Disband.Visible=true, so I figure this is best spot for the ArchType conditional as well.)

OnShow Property I am testing:
Mage_Icon.Visible="gamedata.group.group_1.Archetype=='Mage'?True:False"
Mage_Icon.Visible="gamedata.group.group_1.Archetype=='Mage'?True:False"

Trying it with Mage only atm, if I can get it work when a Mage joins, the rest will just be cookie cutter.

Last edited by depechenode : 10-22-2005 at 01:44 PM.
Reply With Quote