ARMA 3 EDITOR TUTORIAL - Create AREA MARKER with script
In this Arma 3 editor tutorial you can see how to set up a marker area using a simple script. This time I have shown you how to create a marker with waypoint and a trigger. This can be very helpful when making a mission and need a marker created after the game begin.
Also check out my blog for more videos and step by step tutorial on Arma 3, and more scripts
http://arma-3-tips.blogspot.com/
I hope you find all Tips helpful ... any donations are very welcome !!!
BTC - 1825i8FQkcE6b6auzpQr3x5NFnb8VKGxTf
LTC - LPpnLZ5T9fbNQbQqc6m8YbL95wDYLdEUCo
ETH - 0x998e90FbA60b48116B92491bAd756F8Be27846e5
Arma 3 marker script:
bob = createMarker ["marker1", [5025,5903]]; bob setMarkerShape "ELLIPSE"; "marker1" setMarkerColor "ColorGreen"; "marker1" setMarkerSize [100, 100]; "marker1" setMarkerBrush "SOLID";
Dont forget to name the unit which is giving you a task - in this case ( "bob" )