View Single Post
  #2  
Unread 10-20-2005, 11:58 AM
Landiin Landiin is offline
Slayer of clock cycles
This person is a EQ2Map developer.
Featured
 
Join Date: Nov 2004
Server: Oasis
Posts: 3,464
Default

I have played with any of these yet with all the changes flying around.

I would try just changing up how you format it, to see how soe wants it. I would leave out any white-space as the script parser seems not to really like them.

Scout_Icon.Visible="GameData.Group.Group_1.Archetype=='Scout'?True:False"
Scout_Icon.Visible="GameData.Group.Group_1.Archetype='Scout'?True:False"
Scout_Icon.Visible="GameData.Group.Group_1.Archetype==Scout?True:False"
Scout_Icon.Visible="GameData.Group.Group_1.Archetype=Scout?True:False"
__________________
Landiin's EQ2MAP Updater Discussion Download
Reply With Quote