Add your skins in MED(model editor).
Ingame when you want to see a skin on a model,just enter its number
my.skin = 1;//displays first skin
similarly this will display skin 5
my.skin = 5;
Another method is to assign a material to the model.
Then adjust material parameter's rgb values.
For more info and details read the manual !