TCArknight
Well-known member
Back with yet another question.
I have an ability chosen from a table_dynamic portal which is now a pick on the hero.
Is there a way to link this chosen pick to the tab so that other portals on the tab can access it's fields, values, etc easily?
For example:
Component S has four fields value1, value2, field3 and field 4 along with it's description.
the tab's panel has a table_dynamic portal, a label portal (info) and two more table_dynamic portals whose number of choices should come from Component S in value1 and value2 fields. The displayed header title for these should be based on field3 and field4
Would childfound take a string variable containing the idstring of the pick or am I stuck with doing foreach pick since there is only to be 1 of Component S on the hero at a time..?
Thanks!
TC

I have an ability chosen from a table_dynamic portal which is now a pick on the hero.
Is there a way to link this chosen pick to the tab so that other portals on the tab can access it's fields, values, etc easily?
For example:
Component S has four fields value1, value2, field3 and field 4 along with it's description.
the tab's panel has a table_dynamic portal, a label portal (info) and two more table_dynamic portals whose number of choices should come from Component S in value1 and value2 fields. The displayed header title for these should be based on field3 and field4
Would childfound take a string variable containing the idstring of the pick or am I stuck with doing foreach pick since there is only to be 1 of Component S on the hero at a time..?
Thanks!
TC
Last edited: