Skip to content

3.0.1

Latest
Compare
Choose a tag to compare
@JujuAdams JujuAdams released this 09 Mar 13:25
· 1 commit to master since this release
  • CHATTERBOX_FUNCTION_ARRAY_ARGUMENTS now defaults to false as this appears to be what people generally expect. Please be careful to adjust this config macro if you are updating from version 2.x of Chatterbox where it previously defaulted to true
  • 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
  • Adds ChatterboxGetSourceNodeArray()