So far I've been able to make everything I needed work just fine, but one thing keeps bothering me.
The problem is using {w=#n}, it does pause the text but it just waits for the user to click, it doesn't advance on itself.
Code: Select all
init:
$ t = Character('Tester', color="#c8ffc8")
label start:
t "Hello, {w=1} this {w=1} is {w=1} a test"
Is there anything else I should do or change to make it work in the current version or is it just bugged?