Description
Deactivates (withdraws) the specified aura from the entity identified by BaseObject.
The aura is identified by its table ID provided in S1.
Parameters
| Parameter | Description |
|---|
| BaseObject | The entity from which to deactivate the aura (Self or Target). |
| S1 | Aura table ID to withdraw (e.g., ProximityAura, WarmthZone). |
Examples
| Description | BaseObject | Command | S1 |
|---|
| Withdraw the proximity detection aura from self | Self | WithdrawAura | ProximityAura |
| Withdraw the warmth zone aura from the target entity | Target | WithdrawAura | WarmthZone |
| Withdraw the danger zone aura from self | Self | WithdrawAura | DangerZone |
| Withdraw the interaction trigger aura from self | Self | WithdrawAura | InteractionTrigger |