Execute_EmitAura
Description
Activates (emits) the specified aura on the entity identified by BaseObject. The aura is identified by its table ID provided in S1.
Parameters
| Parameter | Description |
|---|---|
| BaseObject | The entity on which to activate the aura (Self or Target). |
| S1 | Aura table ID to activate (e.g., ProximityAura, WarmthZone). |
Examples
| Description | BaseObject | Command | S1 |
|---|---|---|---|
| Activate the proximity detection aura on self | Self | EmitAura | ProximityAura |
| Activate the warmth zone aura on the target entity | Target | EmitAura | WarmthZone |