Hello,I have a few custom macros that I want to stand out in the tree. I have read and tried page 360 in the manual.
nuiSetMultipleObjectsColor( nodeRed, nodeGreen, nodeBlue, textRed, textGreen, textBlue,
Okay, so you just have to put numbers in. Saved in a UI.h file in your nreal/include/startup/ui
nuiSetMultipleObjectsColor( 2, 2, 2, 0, 0, 0,
"YourSweetMacroName"
);
White node Black text.