armband_white.c 272 B

12345678910111213141516
  1. /*
  2. class Armband_White extends Armband_ColorBase
  3. {
  4. void Armband_White()
  5. {
  6. //string color = GetItemVariableString("varColor"); //SYNCFAIL
  7. if ( color != "" )
  8. {
  9. SetObjectTexture (0,color);
  10. SetObjectTexture (1,color);
  11. SetObjectTexture (2,color);
  12. }
  13. }
  14. }
  15. */