Hey all.
Got a new question and hope someone can help me with this.
I got a trigger of lets say 150 x 80, activated by bluefor, repeatadly.
On activation it activates a script which is following the unit (who activated the trigger) until he leaves the trigger area.
The thing is, that all the time this particular unit is in the trigger area the trigger wont get fired by another bluefor unit. Only as soon as the first unit is out the trigger will be executed on the new unit.
I would like to find a way how I can make
any unit entering the trigger area, no matter if another unit has activated the trigger already, to activate that trigger. Just so they all get the script to run over them for the entire duration of them being inside the trigger area.
I have tried many things including setting a variable in the trigger condition. This allows me to reactivate the trigger if I want, but still it will than just be activated again by the same unit.
I have tried it same as above only in the script I added a line to see if the new unit is the same as the old unit, doesnt work since they are local so they are never the same.
Its for a MP mission.
Does anyone knows a way to make the trigger see each unit inside its area?
Any help is very welcome on this, and thank you in advance