I need to check if all instances of an object equal -1 in a certain variable. How do I do this?
Develop games in your browser. Powerful, performant & highly capable.
Pick/compare by that variable and then check if PickedCount=Count. If they are the same, then every item has the value.
Hey thanks, that works. I had a convoluted method of doing it and this is much more efficient.