Hey there, I've made an array of chairs in a array. I've made the property and added all the chairs into the array (about 39 of them).
What I want to be able to do is check the chairs in the array from another script, to see if there is an available chair for an actor to use. I'm going to use numbers to show the script if its being used (0 = Available and 1 = Being used). But I don't know how to make the script check for the chair being used by an actor. I know it will be a FOR X loop with an IF statement, as to what to put in is beyond me.