I am trying to make a menu that has random buttons (abilities) like vampire survivors. I have the randomness working but when I try to remove an item from the array of widgets it’s removing them but somehow they are still selectable.
because is not the same item
you have 3 items example number 1, 2 and 3
when the flow enter on Create User widget, that node call the random array node and pick for example number “2”
when the flow enter in to the remove node, that node call the random array node and pick for example number “1”
so create a local variable and lock that random Item
The top one worked, the other 2 I haven’t tried but they only glow into one vertical box, how would it work with multiple? I have 3. Either way I’m marking as resolved, thanks again.