Shop is a data source that gets information about a shop.
| Name | Explanation | Type |
|---|---|---|
| Name | The name of the shop. | String |
| Buy Item Count | The number of items. | Number |
| Buy Item Unique ID | The unique ID of the shop item at a current position. | Unique ID |
| Sell Item Count | The number of items the player can sell. | Number |
| Sell Item Unique ID | The unique ID of the sell item at a current position. | Unique ID |
| Buy Modifier | The buy modifier for the shop. | Number |
| Sell Modifier | The sell modifier for the shop. | Number |
| Currency | The currency amount. | Number |
| Currency Variable Index | The variable index for the currency, if using a variable. | Number |
| Category Count | The number of categories. | Number |
| Category Unique ID | The unique ID of the category at the current position. | Unique ID |
| Item Array - Unique ID | The items in an array. | Array |
| Category Array - Unique ID | The categories in an array. | Array |
| Name | Explanation | Type |
|---|---|---|
| Is Buying Allowed | Whether or not buying is allowed. | Toggle |
| Is Selling Allowed | Whether or not selling is allowed. | Toggle |
| Is Using Money For Currency | Whether or not the currency is sourced from |
Toggle |
| Is Using Variable For Currency | Whether or not the currency is sourced from a variable. | Toggle |
| Is Using Local Variable For Currency | Whether or not the currency is sourced from a local variable. | Toggle |
| Is Using Global Variable For Currency | Whether or not the currency is sourced from a global variable. | Toggle |