Execute_RemoveModifierToChildrenWithTag
Description
Removes the specified modifier from every child of the base object that has a matching object tag.
Parameters
| Parameter | Description |
|---|
| BaseObject | The parent entity whose children are searched. |
| S1 | The modifier ID to remove from matching children. |
| S2 | The object tag used to filter which children lose the modifier. |
Examples
| Description | BaseObject | Command | S1 | S2 |
|---|
| Remove frozen modifier from all tagged children of Self | Self | RemoveModifierToChildrenWithTag | Modifier_Frozen | Tag_Food |
| Remove spoiled modifier from all tagged children of Target | Target | RemoveModifierToChildrenWithTag | Modifier_Spoiled | Tag_Organic |