12345678910111213141516 |
- /*
- class Armband_White extends Armband_ColorBase
- {
- void Armband_White()
- {
- //string color = GetItemVariableString("varColor"); //SYNCFAIL
- if ( color != "" )
- {
- SetObjectTexture (0,color);
- SetObjectTexture (1,color);
- SetObjectTexture (2,color);
- }
- }
- }
- */
|