im trying out the condition aliasing
does it work with "for each", should it remember the picking, im using the inline function so it should work i think, but it doesn't and the code works without the alias
i could considerable shorten my code if this would work
example:
"formation not selected" (Inline) > ship "isselected" = 0
On Alias "formation not selected"
System: For each formation
System: For each ship
ship: Value 'groupmember' Equal to formation .Value('formationnr')
formation: formation: Value 'isselected' Equal to 0
(Alias) Return true