Skip to main content

currency.add_money

Overview

  • Adds the given amount of money to the current household.

Metadata

FieldValue
DisplayAdd Money
Categorycurrency
AccessUserCheat
ScopeB2Authority
Tags
AliasesAddMoney, economy.add_money

Parameters

NameTypeRequiredDefaultDescription
amountintyesAmount to add

Returns

  • Return shape is not declared for this command.

Usage

await inzoi.cli.execute('currency.add_money', {
amount: 0,
});