Dan1997 Posted April 15, 2014 Report Share Posted April 15, 2014 Basically how do i do those missions without any names, just like the green circle for like builder supplies, red for ai, blue for whatever ive seen it on devildogs latest video: Link to comment Share on other sites More sharing options...
0 Renegade2k6 Posted April 15, 2014 Report Share Posted April 15, 2014 _event_marker = createMarker [ format ["loot_event_marker_%1", _start_time], _position]; _event_marker setMarkerShape "ELLIPSE"; <------------------- https://community.bistudio.com/wiki/setMarkerShape _event_marker setMarkerColor "ColorBrown"; <----------------------------- https://community.bistudio.com/wiki/setMarkerColor ******* _event_marker setMarkerAlpha 0.5; <----------------------------------https://community.bistudio.com/wiki/setMarkerAlpha _event_marker setMarkerSize [(_markerRadius + 50), (_markerRadius + 50)]; <---------------------------------https://community.bistudio.com/wiki/setMarkerSize This puts a Brown Marker on the map at the _position (Generated Position). Just look at your Events marker descriptions. Link to comment Share on other sites More sharing options...
0 Dan1997 Posted April 15, 2014 Author Report Share Posted April 15, 2014 Is there like a script that does these missions? Like WAI or EMS or summin? Link to comment Share on other sites More sharing options...
0 MassAsster Posted April 15, 2014 Report Share Posted April 15, 2014 Dan1997 1 Link to comment Share on other sites More sharing options...
0 Dan1997 Posted April 15, 2014 Author Report Share Posted April 15, 2014 Cheers man! Link to comment Share on other sites More sharing options...