Execute_PlayFx
Description
Plays an FX effect defined in Fx.json on the specified object. If the FX has a SpawnerId set, the effect is spawned at the world spawner location instead of on the entity.
Parameters
| Parameter | Description |
|---|---|
| BaseObject | The target object to play the FX effect on. |
| S1 | The FX ID defined in Fx.json. |
Examples
| Description | BaseObject | Command |
|---|---|---|
| Play GrowthStepUp FX on Self | Self | PlayFx |
| Play LevelUp FX on Target | Target | PlayFx |