Author Topic: Recoloring Model  (Read 586 times)

Can anyone tell me the code that shifts the color?

for players, vehicles, items and staticshapes:

%object.setNodeColor(%node,%color);

%node is the node name on the model e.g. "lshoe"
%color is a string e.g. "1 1 0 1" for yellow at full alpha

Thank you

exactly what i needed