1
/
of
1
Gold Item Dispenser | Verse Made Simple
Gold Item Dispenser | Verse Made Simple
No reviews
Your Price
Suggested
Minimum Price:
Maximum Price:
Couldn't load pickup availability
Save/bookmark this page link/url for future downloads of files. You can also access file by login to your account.
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.