Hello guys, very easy question for ya all, Im running a Array For Each XY loop here's my buggy code:
+ System: On signal "chestclose"
----+ Array: For each XY element
--------+ Array: Current value = Parentname
---------> Text2: Set text to Array.CurValue
---------> System: Stop loop
What i want is If the array current value = parent name , then get that parent name's X and return that column's O index this is my table :
fire none 3
water none 3
grass none 3
earth grasswater 6
cloud waterfire 6
smoke grassfire 6
For example if the parent is grasswater, then it should return earth etc.
This is easy for you guys, I know it hehe