Redesigning the Clear Area System

Hello

If you have more than one possible landing zone you will also need to save/share the position of the specific one you triggered so the copter knows which destination to move towards.

I’ve customized my game so much that I can’t really say the best way to do this with the “base” code. My copter script has a SetDestination(Transform destination) as a method I call to tell the copter where to go.

Geoff