I have been messing with PLP markers in the editor but when I try to export them using Exile Eden, it doesn't show up in the exported marker code. I had to set the marker type to "ExileTraderZone" to get it to be in the exported code and then it appears as a regular marker. How can I get it to use the PLP marker? Here's the code it exported:
class Item1
{
dataType = "Marker";
position[] = {7607.65, 0, 4500.02};
name = "ExileMarker1";
text = "";
markerType = "ELLIPSE";
type = "ExileTraderZone";
colorName = "ColorBlack";
fillName = "Border";
a = 1;
b = 1;
drawBorder = 1;
id = 101;
atlOffset = 0;
};
I have been messing with PLP markers in the editor but when I try to export them using Exile Eden, it doesn't show up in the exported marker code. I had to set the marker type to "ExileTraderZone" to get it to be in the exported code and then it appears as a regular marker. How can I get it to use the PLP marker? Here's the code it exported:
class Item1 { dataType = "Marker"; position[] = {7607.65, 0, 4500.02}; name = "ExileMarker1"; text = ""; markerType = "ELLIPSE"; type = "ExileTraderZone"; colorName = "ColorBlack"; fillName = "Border"; a = 1; b = 1; drawBorder = 1; id = 101; atlOffset = 0; };
Share this post
Link to post
Share on other sites