Gold Item Dispenser | Verse Made Simple
Gold Item Dispenser | Verse Made Simple
Your Price
Suggested
Minimum Price:
Maximum Price:
Couldn't load pickup availability
Downloadable files along with this product
No files to download
Details
Gold Dispenser System (UEFN / Verse)
Grant exact amounts of gold (or any item) without loops, subtraction workarounds, or unnecessary device logic.
What Problem It Solves
If you’ve ever:
- Looped a granter to give 1 gold repeatedly
- Granted a large amount and subtracted the extra
- Stacked conditional buttons to correct over-granting
This system replaces all of that with a single precise dispense call.
How It Works
The module breaks any amount into optimized denominations:
1, 2, 5, 10, 100, 1,000, 10,000, 100,000
When triggered, it calculates the most efficient combination and activates only the required Item Granters.
Example: 1,234 gold becomes:
- 1 × 1,000
- 2 × 100
- 1 × 10
- 2 × 2
No over-granting. No correction logic.
What You Get
-
gold_dispensercreative device -
item_dispenserhelper class - Configurable trigger
- Editable reward amount
- Works with any item type, not just gold
Why It’s Better
- Cleaner Verse code
- Reduced device calls
- Predictable behavior
- Reusable across multiple systems
- Handles both small rewards and large payouts
Useful for:
- Tycoon income systems
- Round rewards
- Quest payouts
- Admin tools
- Event prizes
Setup (Quick)
- Place the Gold Dispenser device
- Add 8 Item Granters (one per denomination)
- Connect them to the ItemDispenser
- Assign a Trigger
- Set the Amount
Trigger fires and the activating player receives the exact configured amount.
Frequently Asked Questions
Why not just use one Item Granter?
An Item Granter gives a fixed amount each time, so paying out 1,234 gold would take many activations or leave you over-granting. This device splits any amount into the fewest grants: 1,234 becomes one grant of 1,000, two of 100, one of 10 and two of 2.
What do I need to set up?
Eight Item Granter devices, each set to grant gold in one denomination (1, 2, 5, 10, 100, 1,000, 10,000 and 100,000), linked to the matching slots on the dispenser, plus a Trigger device that starts the payout. Then set Amount to the gold you want awarded.
Do I need to write code?
No. Everything is set in the Details panel and fired by a trigger. Only if you want the amount to change at runtime, for example from a score, would you call the dispenser from your own Verse.
Does it only work for gold?
No. Each Item Granter decides what it hands out, so any stackable item works as long as the granters follow the same denominations.
Who receives the items?
The player who activated the trigger. If the trigger fires without a player, nothing is granted.