Blockland Forums
Home
Help
Login
Register
Blockland Forums
»
Blockland Forums
»
Modification Help
»
Recoloring Model
« previous
next »
Print
Pages: [
1
]
Author
Topic: Recoloring Model (Read 586 times)
Sockton
April 17, 2009, 02:47:59 PM
Can anyone tell me the code that shifts the color?
Ad Bot
Advertisement
Space Guy
April 17, 2009, 04:00:06 PM
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
Sockton
April 17, 2009, 04:24:07 PM
Thank you
exactly what i needed
Print
Pages: [
1
]
« previous
next »
Blockland Forums
»
Blockland Forums
»
Modification Help
»
Recoloring Model