if condition a = true
AND
if condition b = true
then condition c will happen
I need this.
You just add both condition to the event?
If A = True
If B = True
---> Do C
Develop games in your browser. Powerful, performant & highly capable.
You can stack as many conditions as you want and all will need to be true before the associated action takes place. Also if you right click an event with two or more conditions you can pick " make OR event" if you want to do that instead.