I have a small problem with the fleeing command.
It says returned value= "Boolean" I see that boolean is true or false, but when I ask:
?(fleeing leader _group == true):goto "End"
it complains "?(fleeing leader _group == true):goto "End" error == type boolean, expected number, string"
so how can I check boolean with this? The returned value IS true or false, I checked it with the format command...