Hello everyone! I'm sure its pretty basic stuff but, quick question: How would I go about checking every state in an arrays X dimension ?
So I want to know if ANY state of X offset is 1. Do I make some kind of fastloop to check every state?
For example: ValueAtX( "inventoryArray", >Enter X offset< ) = 1
Where the "x offset" could be any value.
Thanks in advance.