I have 4 variables I use as attributes for my character. I need to see how many of them are less than or equal to 0 to initiate a saving throw. For instance, if 1 of them is less than or equal they need to roll at least 5, and if 3 of them is less than or equal to 0 needed to roll at least 15, etc.
I can get the rest but couldn’t figure out how to count how many of my Integers are less than or equal to 0.