I am disgusted i did this before typed the sentance out manualy 1 char at a time You can use this script on your project just give me credit i know im inactive but i did spend 10 minutes or less on it.
an algorithm indexes through all of the letters in the input string and puts it in order on a list. then it repeatably says the first item, then adds the second letter to the first letter, and removing the second letter and stops when there is no 2nd letter abcdef - input string a,b,c,d,e,f - putting into list happens in one loop ab,c,d,e,f abc,d,e,f abcd,e,f abcde,f abcde,f abcdef abcdef -- print out original sentance but for a time set by persistance