Hi!
I have a general question about something that, I realized, would be useful for a lot of things. Short&Simple: Is it possible to detect if a condition is true for ANY object in an array?
Thanks for answers!
[EDIT]
ok, after re-reading it I think this sounds a bit unprecise. So let's take an example.
? unit soldier1 knowsabout
any unit from array of several units[/i] > 0 : soldier1 setbehaviour "COMBAT"
What would I write in the marked field?