How to get the specific result of random item from array?

@yonelaine In my opinion, to avoid too many branches/manual checks and all those nodes that create confusion. You could create a map dictionary, an indexed collection of data under one or more specific keywords. The unique keys could be the suits of the cards, so that to each suit you can associate the values ​​that the suit can assume, its material, etc.. If I understand correctly what you are trying to do.

1 Like