Funny
When I use something like:
say_stop("<whispers>psssssstt", 1);
the text always cuts itself.
Is this a kind of a bug?
say_stop("<whispers>psssssstt", 1);
the text always cuts itself.
Is this a kind of a bug?
Sort of. You can't use say or say_stop with a really long string of text without breaks. This should work:
say_stop(" psssssstt", 1);
say_stop("
what about:
say_stop("<whispers> pssssst",1);
? cause if its just a long string of characaters without a break, then would just a space in between whispers and pssst fix that?
say_stop("<whispers> pssssst",1);
? cause if its just a long string of characaters without a break, then would just a space in between whispers and pssst fix that?