Chained behaviour
With the help of chained behaviour, behaviours can be easily executed one after the other without having to be controlled via actions.
The result of the behaviour is passed as input ($input) to the next one
A new behaviour can be attached via 'Add behaviour':
It is possible to execute the next behavior on 'True' or at 'False'.
If the chain is not continued (by the result of the configure behavior not matching the value of 'Continue'), the chained behaviour returns the result 'False' and the corresponding configured actions of the 'False' section are executed.
In this way, for example, a simple negation of a behaviour can also be implemented.