Jump to content
  • 0

Ai missions with markers


Dan1997

Question

4 answers to this question

Recommended Posts

  • 0
_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

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
  • Advertisement
  • Discord

×
×
  • Create New...