3.0.0 (Beta)
Pre-release
Pre-release
CHATTERBOX_FUNCTION_ARRAY_ARGUMENTS
now defaults tofalse
. 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 totrue
- Removes legacy macro
CHATTERBOX_LEGACY_WEIRD_OPERATOR_PRECEDENCE
. It is now hardcoded tofalse
- 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 callChatterboxWait()
orChatterboxFastForward()
from your action functions