You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The problem is that the random selection modifier uses square brackets [] like bbcode and text effects. Because autopauses tries to NOT add itself into bbcode and text effects the regex somehow messes up random selection (aka [choose/between/these] if there is any autopause-character in there.
Best solution would be to change the random selection syntax imo. Possible examples:
<Choose/Between/These>
(Choose/Between/These)
The text was updated successfully, but these errors were encountered:
* Fix for #1635 and #1593 and random selection highlighting
Random selection is now indicated like this <OptionA/OptionB>.
* Update tip about random words
* Fix home page random tip button
The problem is that the random selection modifier uses square brackets [] like bbcode and text effects. Because autopauses tries to NOT add itself into bbcode and text effects the regex somehow messes up random selection (aka [choose/between/these] if there is any autopause-character in there.
Best solution would be to change the random selection syntax imo. Possible examples:
<Choose/Between/These>
(Choose/Between/These)
The text was updated successfully, but these errors were encountered: