Hello,
In my game I will make this condition :
(A and B) or C : do something
Else : do something else
How can I do that ?
Develop games in your browser. Powerful, performant & highly capable.
You can use direct expressions with the 'Compare two values' event. Depends on exactly what you are testing.
Otherwise you have to break it into multiple events. You can't do it in one C2 event. The condition must be one of AND or OR.
Thank you.
It's not exactly what I was looking for but it helped me fixing my issue.