Hey
I am making a mission where you go to a location and seek and destroy enemies. After you kill all the enemies in that location the makers change to a green color...
Information:
1 of 6 locations
Name: location_6
Axis a 250 : Axis b 250
Color: Red
Ellipse
Fill: Grid
Name: l1_6
Color: Red
Icon: Destroy
Axis a 1 : Axis b 1
*all one part for location 1
I have a trigger set for Not Present - East. Then i have in the On Activation Field:
[] exec "location1.sqs"; location_6 setMarkerColor "ColorGreen"; l1_6 setMarkerColor "ColorGreen"; l1_6 setMarkerType "FLAG"
Trigger:
Axis a 300 : Axis b 300
Min Mid Max: 5,5,5
On Activation: above as shown
This doesn't work, could someone help me?
I tryed looking for Changing Markers, Markers, Maker Type, Marker Scripts but nothing comes up about it or nothing at all.