0.4.0
This release addresses a lot of early feedback from Chatterbox devs. Thank you so much for helping to guide development! Let's make this the best narrative tool it can be.
#14 - Removes old error messages
#16 - chatterbox_add_function()
can be called on boot in a script body
#17 - Added chatterbox_is_waiting()
and chatterbox_continue()
to interact with singleton content display and <<wait>>
commands. CHATTERBOX_WAIT_OPTION_TEXT
has been removed
#18 - Reloading a source file no longer throws an error and instead now creates a debug message instead
Additionally:
- Adds helper functions for getting chatterbox content and options
- Local scope is now set when running
chatterbox_create()
rather than reset bychatterbox_goto()
andchatterbox_select()