Created
July 2, 2017 01:48
-
-
Save ChainsDD/680dd76d698258d03337721cfc636ab1 to your computer and use it in GitHub Desktop.
Something crazy
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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