Make cool text animations (spritefont and text).
Hi, yes the typewriter has special typewriter tags you can use like [tw=wait 1] to wait 1 second.
There is also an "On Letter Typed" trigger that triggers for every single character being typed as well as the "lastLetter" expression that gives you the last letter that was typed for that purpose.
For more info, read the ACEs page and the docs page, it has a lot of these tricks explained:
construct.net/en/make-games/addons/324/animate-text/aces
construct.net/en/make-games/addons/324/animate-text/documentation
I'll definitely take a look- thank you!