I'm going to assume that I need to be using the System pick conditions, but I can't wrap my head around getting the system to pick "the best" out of all of the selections.
I'm using "System pick sprite where sprite1 HP > sprite2 HP"
and I'm also using "pick sprite1 Nth instance" to pick the first available one but....
I can't wrap my mind around how I would get the system to choose the largest one.
I imagine its something along the lines of.... "For every sprite1...." and maybe ... grab it's HP value, and set it to a Global Var HPVALUE_Max
And then grab another sprite1, and if that value is larger than the previous, replace it... and repeat for all...
Then go to the sprite1 who's HP = HPVALUE_MAX , and of course pick the Nth instance of it incase of multiple's ....?
And then.... use that to "Pick the best" ?
Sorry for my rambling, I think it helped to type it all out.
But I still wonder, is this how you would do it? (Hello reader!)
As usual, I'm just wondering if this is "pretty much correct" and I'm not looking something.