dynamicColor name testColor1 delay 0 # state color state 1 red 0.5 state 2 red 0.75 state 0 red 0.75 state 2 blue 0.5 state 0 blue 0.5 state 1 0 1 0 1.0 end dynamicColor name testColor2 delay 1 # state color state 1 red 0.5 state 2 red 0.75 state 0 red 0.75 state 2 blue 0.5 state 1 0 1 0 1.0 end dynamicColor name testColor3 varName myColor varTime 2 delay 2 # state color state 1 red 0.5 state 2 red 0.75 state 0 red 0.75 state 2 blue 0.5 state 1 0 1 0 1.0 end dynamicColor name testColor4 delay 10 state 2 red state 8 cyan end box dyncol testColor1 size 10 10 10 shift -50 0 0 end box dyncol testColor2 size 10 10 10 shift +50 0 0 end box dyncol testColor3 size 10 10 10 shift 0 -50 0 end box dyncol testColor4 size 10 10 10 shift 0 +50 0 end teleporter end material name TeleMaterial texture mesh.png dyncol testColor1 end