Rainbow Text by adamtwelve
Related: Snippet
Description from the author:
//saying something with the current forloop index count as a hue
createtimer colortimer
settimer 'colortimer' 0
while timerexists colortimer
if timer colortimer > 100
say 'What I want to say' index
pause 600
settimer colortimer 0
endif
endwhileSay something in a different color every time