Hi,
This condition can not be inverted directly.
How can I pick all instances of the same Family objects, those are NOT the one actually nearest another target?
Thank you very much
Develop games in your browser. Powerful, performant & highly capable.
You can use a temporary local variable "uid".
Family Pick nearest -> set uid to Family.UID
Family Pick instance NOT with UID=uid (inverted condition)
Thank you!