Description
Deactivates (removes) a previously activated howling effect from the entity specified by BaseObject.
If the specified howling is not currently active, the call is safely ignored.
Parameters
| Parameter | Description |
|---|
| BaseObject | The entity to deactivate the howling effect from (Self or Target). |
| S1 | Howling DtId to deactivate. |
Examples
| Description | BaseObject | Command | S1 |
|---|
| Remove wolf howling from Self | Self | RemoveHowling | Howling_Wolf |
| Remove ghost howling from Self | Self | RemoveHowling | Howling_Ghost |
| Remove wolf howling from Target | Target | RemoveHowling | Howling_Wolf |
| Remove ghost howling from Target | Target | RemoveHowling | Howling_Ghost |