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
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