@CashOut1337 @Detected
Please describe the problem in more detail. I don't fully understand what you are talking about. How can this be repeated intentionally? What actions should I use? Perhaps you can attach a test project?
Is there a way to use multiple AND OR in bas?
-
@TryOn said in Is there a way to use multiple AND OR in bas?:
Is there a way to use multiple AND OR in bas in a statement?
ex [[VARIABLE]] == "val" AND [[VARIABLE2]] == "val2" AND [[VARIABLE3]] == "val3"
[[VARIABLE]] == "val" && [[VARIABLE2]] == "val2" && [[VARIABLE3]] == "val3" -
@Fox said in Is there a way to use multiple AND OR in bas?:
@TryOn said in Is there a way to use multiple AND OR in bas?:
Is there a way to use multiple AND OR in bas in a statement?
ex [[VARIABLE]] == "val" AND [[VARIABLE2]] == "val2" AND [[VARIABLE3]] == "val3"
[[VARIABLE]] == "val" && [[VARIABLE2]] == "val2" && [[VARIABLE3]] == "val3"Cool, thank you
How about OR , is it II ?