EQ2UIPage help

Kannkor

Ogre
I'm messing with Dungeon Maker / The build your own Dungeon stuff.

When you zone in, you get a choice of available avatars... Anyone know how to read this stuff?

This is how far I've gotten (and no promises I'm actually on the right track).
echo ${EQ2UIPage[PopUp,DungeonAvatars].Child[Composite,ListPage.Composite].NumChildren}
Which returns 0.

I suspect because it's a DataSource, so I need to use a DataSourceContainer... which is where I'm kind of stuck. Hoping someone else here has more experience with EQ2UIPage...

To add...
${EQ2UIPage[PopUp,DungeonAvatars].Child[DataSourceContainer,AvatarListDS]}
DataSource

Just more possible information...
 
Last edited:
Top Bottom