Well this seems pretty odd I think, but I've search around and can't seem to find any references to it. Is there a way to make IF AND.. statements? Like -
If (x=4 AND y=2) {
} else if (x=2 AND y=4) {
and so on...
If not, what would be the best practice way to accomplish something like this?
Thanks in advance!