Skip to main content

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

ParameterDescription
BaseObjectThe character whose autonomy option is checked (Self or Target)
CompareTypeSupported compare types: Equal, NotEqual
S1EB1AutonomyOptionType toggle option name

Examples

DescriptionBaseObjectCommandCompareTypeS1
Check if Self has autonomy enabledSelfToggleAutonomyOptionEnabledEqualAutonomyEnable
Check if Target does NOT disable talk interruptTargetToggleAutonomyOptionEnabledNotEqualDisableTalkInterrupt
Check if Self has stat freeze enabledSelfToggleAutonomyOptionEnabledEqualFreezeStat
Check if Self has auto-change categorized style enabledSelfToggleAutonomyOptionEnabledEqualAutoChangeCategorizedStyle