Skip to main content

Execute_WithdrawAura

Description

Deactivates (withdraws) the specified aura from the entity identified by BaseObject. The aura is identified by its table ID provided in S1.

Parameters

ParameterDescription
BaseObjectThe entity from which to deactivate the aura (Self or Target).
S1Aura table ID to withdraw (e.g., ProximityAura, WarmthZone).

Examples

DescriptionBaseObjectCommandS1
Withdraw the proximity detection aura from selfSelfWithdrawAuraProximityAura
Withdraw the warmth zone aura from the target entityTargetWithdrawAuraWarmthZone
Withdraw the danger zone aura from selfSelfWithdrawAuraDangerZone
Withdraw the interaction trigger aura from selfSelfWithdrawAuraInteractionTrigger