Skip to content

3.0.0 (Beta)

Pre-release
Pre-release
Compare
Choose a tag to compare
@JujuAdams JujuAdams released this 06 Jan 20:58
fb38aab
  • CHATTERBOX_FUNCTION_ARRAY_ARGUMENTS now defaults to false. Please be careful to adjust this config macro if you are updating from version 2.x of Chatterbox
  • Removes legacy macro CHATTERBOX_DECLARE_ON_COMPILE. It is now hardcoded to true
  • Removes legacy macro CHATTERBOX_LEGACY_WEIRD_OPERATOR_PRECEDENCE. It is now hardcoded to false
  • Use of CHATTERBOX_ACTION_MODE = 0 is now discouraged and no longer documented
  • Removes support for returning "<<wait>>", "<<forcewait>>", and "<<fastforward>>" from ChatterScript action functions to control chatterbox flow. Instead please call ChatterboxWait() or ChatterboxFastForward() from your action functions