Skip to main content

bag.add_item

Overview

  • Adds stacked items to the bag by object data table ID.

Metadata

FieldValue
DisplayAdd Item To Bag
Categorybag
AccessUserCheat
ScopeB2Authority
Tags
AliasesAddItemToBag, household.add_item

Parameters

NameTypeRequiredDefaultDescription
object_idnameyesObject data table ID
countintyesNumber of items

Returns

  • Return shape is not declared for this command.

Usage

await inzoi.cli.execute('bag.add_item', {
object_id: '',
count: 0,
});