edited February 2020 in ORK Support
I want to do something to content of "Selected Data" ,one by one( not all together ),

Is there any way to do it ?
eg: combatant[0] get apple ,combatant[1] get banana ,combatant[2] get orange .....
Post edited by zmaxz on
  • Use the Select Selected Data node, which allows you to get a selected data from another one and remove it at the same time, e.g. using the first, last or a random data in it.

    Use it in a loop with a Selected Data Count node until the original data is empty and you've gone through all of them.
    Please consider rating/reviewing my products on the Asset Store (hopefully positively), as that helps tremendously with getting found.
    If you're enjoying my products, updates and support, please consider supporting me on patreon.com!
Sign In or Register to comment.