Alright. I was thinking about the whole issue with hands on weapons. How the colors of the user sometimes mismatch with the hands on the gun. I personally find that making them look like gloves is stupid; I thought that a simple workaround so that the hands are the same color as the minifig who uses them would be to use a variable. Like, a function that gets the color of the lhand or rhand node, and sets the colorshiftcolor to that. Sorta like:
colorshiftcolor = %obj.getNodeColor(lhand);
or something. I am totally clueless as far as scripting goes; I dont know if that function even exists, whether that variable would work there, or what, but it's just an idea. The whole point of this, actually, is to ask if getNodeColor is a function, and if I can use it in that situation.
Please do not be rude. I have almost NO clue what I am doing, so I realize that I probably sound quite stupid.