I have two characters, when they both are overlapping two other objects (doors if you will) I want to trigger an event.. Any ideas on how to do this?
You can use two conditions to do this.
For example:
ObjectA is overlapping DoorA
ObjectB is overlapping DoorB
.....(Your events)
Just right click on your condition and add another condition. C2 allows you to ass as many condition as you want.
Develop games in your browser. Powerful, performant & highly capable.
Awesome! Thank you! This worked.