by tyrant_storm » February 20th, 2014, 10:15 pm
Who knows if it's been done? It probably has, but we can do it too. Autohotkey might do what you want. It's a little bit scripty though.
Otherwise a python program could handle this pretty easily if you format your text file like an html doc. I see it as two step process:
1. Create a standard script format.
2. Use program to display words give script input and script speed.
Example file:
myscript.txt
//Randomized words
<deeper=falling,further down, more and more relaxed>
<submit=obey, agree, surrender, relinquish, succumb>
<masterbate=rub,stroke,performing hand to gland combat>
<orgasm=cum,explode,climax,peak,spasm>
//Begin script
<speed=5>
script...<deeper> script script...
<speed=3>
script...script <deeper> script <submit>...
<speed=2>
5 <submit>
4 <submit>
3 <submit>
2 <submit>
1 <submit>
0 <submit>
<speed=1>
script <submit>....script<masterbate>....script<submit> <masterbate> script....
script <orgasm> script...
<speed=3>
1
2
3
<speed=5>
4
5
Wake up!
//End of File
What do you think?