Loop through your actors using a For Each Loop with Break, and if one of your actor’s Booleans is false, set a Boolean variable to True, and then break out of the loop (You already know that one of them is false, so there is no point in continuing the loop). If at the end of the loop, the bool you set is True, you know that one of the actor’s Booleans is false.