In-Island Transactions Device Template
The In-Island Transactions Verse device contains a template for in-island transactions. It has all of the implementations for key aspects of the Marketplace module in the Verse API. This includes items, offers, bundle offers, and the handling of purchases by leveraging the default storefront UI. Use this code as a guide to quickly set up your storefront.
To access the device:
- Navigate to Verse Explorer.
- Right-click your project name.
- Select Add new Verse file to project.
- Select In-Island Transactions Device.

Creating Items
Items are defined in Verse as entitlements, and fall into one of two categories: consumable items, which are removed from the player inventory on use, and durable items, which the player can keep using without the item being removed from inventory.
The EntitlementInfo Module
Modules are atomic units of code that can be redistributed for use in multiple files. Modules can be changed over time without breaking dependencies in a file in which the module is already used. You can separate lengthy or repetitive units of code, like entitlement definitions, into a different file, then import it with the using statement.
You're reading a preview
The full reference is free for BrainDeadGuild Discord members — sign in to read it all, or open the original at the source.
Sign in with your BrainDead.TV / BrainDeadGuild Discord account for full access.