Skip to content

Instantly share code, notes, and snippets.

@ChainsDD
Created July 2, 2017 01:48
Show Gist options
  • Save ChainsDD/680dd76d698258d03337721cfc636ab1 to your computer and use it in GitHub Desktop.
Save ChainsDD/680dd76d698258d03337721cfc636ab1 to your computer and use it in GitHub Desktop.
Something crazy
case "hardcore":
{
_markerType = "ExileMissionHardcoreIcon";
"ColorBlack"
};
case "contamination":
{
_markerIcon = "ExileContaminationZone";
"ColorRed"
};
default
{
_difficulty
};
==============================
if (DMS_ShowMarkerCircle) then
{
_circle setMarkerColor _color;
_circle setMarkerShape "ELLIPSE";
_circle setMarkerBrush "Solid";
_circle setMarkerSize [150,150];
_circle setMarkerType _markerIcon;
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment