Author Topic: Coloring All Nodes  (Read 620 times)

How could I color all the players node one color without doing somthing for each node such as..

Code: [Select]
%client.player.setNodeColor("chest","0.0 0.00 0.333 1.000");
%client.player.setNodeColor("pants","0.0 0.00 0.333 1.000");
%client.player.setNodeColor("lhand","0.0 0.00 0.333 1.000");

Use "ALL" as the node name (in upper case).

Wow, Simple! Thanks Ephilates. :D