On the topic of why I added ‘Goodbye Qtaro, You Absolute Legend’ text is because…. They quit.
If you are living under a rock, you might need to check Qtaro’s account or maybe search up ‘Goodbye Qtaro’ decks/playlists.
New modes for the Typewriter text:
Block mode (or message rejection)
When a typewriter text is in Block mode, it ignores any messages sent while it is typing.
Block mode can be accessed by changing the ‘messageMode’ variable within the actor to 2. This also meant that to access Queue mode, set ‘messageMode’ to 1.
Another mode: Override Mode.
When messageMode is set to 3, messages sent will immediately typed while the previous will be wiped. The delay the new message is typed is managed by nextDelay.
Small update: typewriter text (one at left) now has a ‘Queue’ feature.
‘Queue’ will store any messages that are sent when script is not done typing and those stored messages will be typed after previous message is done typing.
Any feedback is appreciated :)