Report this content
We want the Dreams coMmunity to be a safe, diverse and tolerant place for everyone, no matter their age, gender, race, sexual orientation or otherwise. If you believe this content to contradict these principles, you can file a report for our coMmunity teams to investigate.
Note that misuse of the reporting tool will not be tolerated.Item being reported:
As far as I know sorting variables is little bit tricky.
Do you really need to sort them? Or just find the bigger one? (for example to target closest enemy,..)
Im not sure what you are trying to achieve, but I wiould look into exclusive gates. If you have multiple gates with the same name, only one of them (stronger signal / higher priority) will be open. So you could use it to for example excivate tag on the enemi with highest health, closest position, etc. You just hook the health value on each enemy into exclusive gate. Only the enemi with highest value will pass the signal to some logic.