So, the "or" condition is being buggy for me, so I have been looking for an alternative method of checking several different private variables. Unfortunately "or" is hard to search on, so I apologize if this has already been answered before ^^;
What I want to do, is that when the player clicks a button, the game will run a check on 5 or so objects' private variable to see if any of them returns "0". If just one of them has 0, I want one thing to happen. If none of them do, I want something else to happen.
I tried to improvise with something like this (only two objects in test):
System compare: str(Elli('activity')) or str(Sheila('activity')) Different to 0
But it's not really working...
Any ideas?