Execute_RemoveObjectInBag
Description
Removes the specified item from the bag.
Note
If the removal fails, a toast message is displayed: "No stored items available."
Parameters
| Parameter | Description |
|---|---|
| BaseObject | The inventory owner from which the item will be removed |
| S1 | The Id from Object.json for the item to be removed |
| F1 | The number of items to remove (minimum: 1) |
Examples
| Description | BaseObject | Command |
|---|---|---|
| Remove 1 Yukgaejang item from Self's bag | Self | RemoveObjectInBag |
| Remove 1 item from Target's bag | Target | RemoveObjectInBag |
| Remove 3 items from Self's bag | Self | RemoveObjectInBag |
Back to Command FinderSearch and filter all 399 Script Execution documents