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
Speeds up compile times by moving to a buffer-based parser for body text
Adds localisation support:
ChatterboxLocalizationBuild() creates a localisation CSV file and then links that to your YarnScript by adding #line:xxyyzz line hash metadata tags where necessary. If a line already has line hash metadata then that hash is maintained so you can call ChatterboxLocalizationBuild() multiple times and hashes don't change. This function can process multiple source YarnScript files at the same time for larger, more complex projects
ChatterboxLocalizationLoad() and ...Clear() loads and unloads localisation data. You can use your own localisation solution if wish...
...by adjusting CHATTERBOX_LINE_HASH_SIZE and CHATTERBOX_HIDE_LINE_HASH_METADATA as you see fit