metalgearsolid
2011-02-03 19:18:39 UTC
if (a%2 == 0, b%2 == 0, c%2 == 0)
(run loop)
Unfortunately this did not work. If I only post one condition like this
if (a%2 == 0)
then it works good. How do I make it so one if statment will check all 3 conditions before running a loop?