Execute_InventoryChildAddModifier
Description
Adds the specified modifier to all child objects currently stored in the inventory of the base entity.
Parameters
| Parameter | Description |
|---|
| BaseObject | The inventory owner whose child objects receive the modifier. |
| S1 | The modifier ID to add (must not be None). |
Examples
| Description | BaseObject | Command | S1 |
|---|
| Add a frozen modifier to all items in Self's inventory | Self | InventoryChildAddModifier | Modifier_Frozen |
| Add a spoiled modifier to all items in Target's inventory | Target | InventoryChildAddModifier | Modifier_Spoiled |