Scribble icon indicating copy to clipboard operation
Scribble copied to clipboard

character_delay_add() disregards the input delay time, resolves to an empty [delay] tag and uses SCRIBBLE_DEFAULT_DELAY_DURATION

Open gl326 opened this issue 10 months ago • 0 comments

I haven't worked out where in the chain this data is lost, but I know that when I created a typist with character_add_delay(), the delay time I input was disregarded and SCRIBBLE_DEFAULT_DELAY_DURATION was always used instead. Breakpointing revealed that at some point my delay character was replaced with [delay] tags, but with no corresponding arguments to enforce the timing I had input for that character.

This is something I can easily work around, since for my situation I can just edit SCRIBBLE_DEFAULT_DELAY_DURATION. But if I wanted to have different delay characters with different delays assigned it seems that would be impossible right now.

gl326 avatar Aug 19 '23 19:08 gl326