Condition_ToggleAutonomyOptionEnabled
Description
Checks whether the BaseObject character's toggle autonomy option (S1) is enabled.
Only toggle-type options are supported (AutonomyEnable, DisableTalkInterrupt,
FreezeStat, AutoChangeCategorizedStyle). Frequency-type options are rejected.
Parameters
| Parameter | Description |
|---|
| BaseObject | The character whose autonomy option is checked (Self or Target) |
| CompareType | Supported compare types: Equal, NotEqual |
| S1 | EB1AutonomyOptionType toggle option name |
Examples
| Description | BaseObject | Command | CompareType | S1 |
|---|
| Check if Self has autonomy enabled | Self | ToggleAutonomyOptionEnabled | Equal | AutonomyEnable |
| Check if Target does NOT disable talk interrupt | Target | ToggleAutonomyOptionEnabled | NotEqual | DisableTalkInterrupt |
| Check if Self has stat freeze enabled | Self | ToggleAutonomyOptionEnabled | Equal | FreezeStat |
| Check if Self has auto-change categorized style enabled | Self | ToggleAutonomyOptionEnabled | Equal | AutoChangeCategorizedStyle |