Skip to main content

Execute_AddHowling

Description

Activates a howling effect on the entity specified by BaseObject. The howling can optionally target a specific emitter type; if none is given, the default emitter is used.

Note

If S2 contains an invalid HowlingEmitterType value, the script logs an error and returns without activating.

Parameters

ParameterDescription
BaseObjectThe entity to activate the howling effect on (Self or Target).
S1Howling DtId to activate.
S2(Optional) HowlingEmitterType to target a specific emitter. Uses default if None.
F1(Optional) Duration or intensity parameter for the howling effect.

Examples

DescriptionBaseObjectCommandS1S2F1
Activate howling on Self with default emitterSelfAddHowlingHowling_Wolf5.0
Activate howling on Target with default emitterTargetAddHowlingHowling_Wolf5.0
Activate howling on Self with custom emitterSelfAddHowlingHowling_GhostEmitterType_A10.0
Activate howling on Target with custom emitterTargetAddHowlingHowling_GhostEmitterType_A10.0