Skip to main content

currency.add_resort_coin

Overview

  • Adds the given amount of resort coins.

Metadata

FieldValue
DisplayAdd Resort Coin
Categorycurrency
AccessUserCheat
ScopeB2Authority
Tags
AliasesAddResortCoin, economy.add_resort_coin

Parameters

NameTypeRequiredDefaultDescription
amountintyesAmount to add

Returns

  • Return shape is not declared for this command.

Usage

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