ATM Machine has been updated to v2.0.2. This update was made primarily because I decided it would be nice to make the normal ATM dialogues not display instantly, but rather display a few characters at a time. There are some other minor adjustments as well.

Changelog:

As a fun aside, I originally tried implementing this function as whole words at a time. After taking a break and coming back to it, though, I found that it wasn't as satisfying as I wanted! So, I made a new function that would break it up by character count. This was a lot more tricky and potentially could have other side effects, so do let me know if anything displays strangely.

I've released the function I used to do this, if you're interested in implementing it in your own projects. It's called ChunkText.