ARMA 3 EDITOR TUTORIAL - Create AREA MARKER with script

Channel:
Subscribers:
572
Published on ● Video Link: https://www.youtube.com/watch?v=Dte5GLzuAcw



Category:
Tutorial
Duration: 4:57
8,885 views
55


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" )







Tags:
how to set up a marker in arma
arma 3 marker settings
how to create marker in mission arma
unit create marker in arma
how to create area marker in arma editor
arma 3 marker script
arma 3 marker type
arma 3 marker area
how to get marker with coordinates
arma 3 marker scripting
arma 3 marker scripts
how to make marker area with trigger
trigger a marker in arma
arma 3 marker set up
arma 3 editor tutorial marker area
arma 3 tutorial
arma 3 editor tutorial