Hello, I used the function MapColour() a while ago, but now I need to delete all those mappings. I couldn't find a function that does so. Is there another way to do this? Thank you.
Delete mapped colours
Posted by Eurotool on Tue 26 Jul 2016 08:18 PM — 3 posts, 13,834 views.
The colour mapping is done at runtime, so once you restart the client the mappings are lost. Thus the simple way to delete the mapped colours is to just restart it.
Alternatively, use MapColourList to find which colours are mapped, and map them to themselves.
Alternatively, use MapColourList to find which colours are mapped, and map them to themselves.
Thank you Nick!