Economy

Loadable Module

Components & Properties

Event

Name Description
On Purchase Triggered when a product is successfully purchased in the store
On Pre Purchase Triggered before purchasing goods in the store

API

Name Description
Get Wallet Get the wallet of the target entity
Create Wallet Create a wallet for the target player. Ineffective if the player already has a wallet.
Add Money Add currency to the specified wallet
Cost Money Reduce currency from specified wallet
Transfer Money Transfer currency from one wallet to another
Get Money Count Get the amount of the specified type of currency in the specified wallet
Get Money Get the entity of the specified type of currency in the specified wallet
Get All Shops Get all the stores in the game and return them as a list
Create Shop Create a custom store, the next level of the store is the shelves
Create Shop Shelf Create a custom shelf, the upper level of the shelf is the store, and the lower level is the product
Create Shop Item Create a custom product, you can add items to the product
Add Item To Shop Item Add item to a product. You can add multiple items to a product by using this block multiple times.