Is your feature request related to a problem? Please describe.
It seems that the delay feature evaluates delay on incoming characters, before the character is shown.
E.G, using punctuation delay, this results in sentences like "I like pizza!" delaying on "I like pizza", waiting the configured amount of time before displaying the exclamation point. This does not fit my use case.
Describe the solution you'd like
I would like a checkbox to be added in the inspector which toggles between "before" and "after" character. The "before" state works as it is now. The "after" state will add a delay after the character is shown, not before.
Describe alternatives you've considered
Injecting <!wait=x> commands everywhere in my dialogue.
Additional context
None.
Is your feature request related to a problem? Please describe.
It seems that the delay feature evaluates delay on incoming characters, before the character is shown.
E.G, using punctuation delay, this results in sentences like "I like pizza!" delaying on "I like pizza", waiting the configured amount of time before displaying the exclamation point. This does not fit my use case.
Describe the solution you'd like
I would like a checkbox to be added in the inspector which toggles between "before" and "after" character. The "before" state works as it is now. The "after" state will add a delay after the character is shown, not before.
Describe alternatives you've considered
Injecting <!wait=x> commands everywhere in my dialogue.
Additional context
None.