Ultimate Noob Coding

Yes, you can do multiple qualifiers, but you have to put parentheses around them in a very specific way.
*if ((alexi = 1) and (arlship < 6))
There are a few more examples in this thread, with more variables. In some places, just making an additional variable might make more sense.

1 Like