Execute_AddModifier
Description
Adds the specified modifier to the target entity.
Parameters
| Parameter | Description |
|---|---|
| BaseObject | The entity to which the modifier is added. |
| S1 | The modifier ID to add to the target entity. |
Examples
| Description | BaseObject | Command | S1 |
|---|---|---|---|
| Add a frozen modifier to Self | Self | AddModifier | Modifier_Frozen |
| Add a spoiled modifier to Target | Target | AddModifier | Modifier_Spoiled |
| Add a wet modifier to Self | Self | AddModifier | Modifier_Wet |
| Add a broken modifier to Target | Target | AddModifier | Modifier_Broken |