Execute_InventoryChildRemoveModifier
Description
Removes the specified modifier from all child objects currently stored in the inventory of the base entity.
Parameters
| Parameter | Description |
|---|
| BaseObject | The inventory owner whose child objects lose the modifier. |
| S1 | The modifier ID to remove (must not be None). |
Examples
| Description | BaseObject | Command | S1 |
|---|
| Remove a frozen modifier from all items in Self's inventory | Self | InventoryChildRemoveModifier | Modifier_Frozen |
| Remove a spoiled modifier from all items in Target's inventory | Target | InventoryChildRemoveModifier | Modifier_Spoiled |