ok legit question how would you solve this issue?
2 ideas that come to my mind is to put all the true/false statements in an array and then retrieve it through an index.
the second one is to just use a mod 2 to get the true/false since it seems to be alternating.
anyone got a better idea?