Hello mates,
after hours on searching for the mistake I don't know how to continue.
I was trying to use the fleeing command but I can't get it to work.
The situation:
An Exclusion Zone must not be entered by civilians.
In this case a couple and a cardriver indepentenly will enter the EZ.
- "1" ObjSatus "FALSE" if it gets enterd and the mission will end.
- "1" ObjSatus "DONE" if you or your troops can prevent them to enter. (The civilians must stay alive)
To prevent the civilians to enter the EZ you as commander can go to them and they will turn and leave.
Or you can send one of your men ( four in all) to do this for you.
This lot is controlled by triggers with the distance command and scipts.
With the allowFleeing command the civs are turning when a soldier comes within a distance.
My problem now is that I need to check if the civilians are flleing to let the Objective 1 return true.
I tried it with the fleeing command but nothing will happen.
trigger 1
Con: Civ_1 distance W_2 < 5
On Act: Civ_1 allowFleeing 1
trigger 2
Con: fleeing Civ_1
On Act: "1" ObjStatus "DONE"; hint "The civilians are going back."
I read all search subjects from OhNoSixIsDown; Thaatu; Crazy_Ivan; macguba etc.
For hours now I'm trying but I simple can find the answer.
All help is
Regards
limmy3