Skip to content

0.4.0

Compare
Choose a tag to compare
@JujuAdams JujuAdams released this 02 Aug 11:46
· 485 commits to master since this release

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 by chatterbox_goto() and chatterbox_select()