So, I have made a mission, where you have to clear a compound, and wipe out the mortar team with in it; So when the mortar unit gets killed I want a British flag marker to appear on the map, to show that the compound has been cleared and secured. Any Ideas how to do this as I am relatively new to using triggers.
name the mortar unit m
trigger condition:
!alive m
once
onactivation
marker = createMarker [name m, getPos m];
marker setMarker...
config your marker here https://community.bistudio.com/wiki/createMarker