Hi,
I have a mission where the players need to escort a stryker platoon.
Right now, the convoy will halt if enemy detected within about 3 miles via scripted moving zones;
Convoy = GROUP:FindByName("Whiskey_1-3")
Convoy_Zone_Inner = ZONE_GROUP:New("Nato Convoy",Convoy,3700)
Convoy_Zone_Outer = ZONE_GROUP:New("Nato Convoy Movement",Convoy,4460)
If the nearest enemies are killed, the convoy will resume travel. I have the ability to pop green smoke on the stryler platoon/convoy via F10 commands.
I would like to give players the ability to pop red smoke on the nearest enemy group or unit within the zones, but have no idea how to do this.
I am using moose, and would prefer to not use CTLD or mist to accomplish.
Any tips?