Ultimate Raffle

**0** Ultimate Raffle is a constructable item that handles everything to do with raffling a prize based on ticket sales.

This system allows you to host single or continuous raffles for any prize for any given duration.
You may customize the ticket sale price and the currency type that is required to buy tickets.
All successful raffles are fully logged with technical details that enable transparency where necessary.


**1** Commands;

[Raffles Opens a gump to display all Ultimate Raffle objects in the world
[RafflesLog Dumps the entire technical history for all raffles to 'ultimate_raffle.log'
[RafflesLogClear Clears all stored raffle history


**2** Creating a raffle;

To create an Ultimate Raffle, use the command [Add UltimateRaffle and target a tile nearby.
To set-up your raffle, use [Props and target the new Ultimate Raffle object.


**3** Setting up a prize;

1. Place your raffle prize near the Ultimate Raffle if you wish to show it off.
2. Make sure your reward item is Movable=False to prevent it from decaying.
3. Set the RewardItem property to your prize item.
4. Set the RewardDupe property to True if you wish for the prize to be duped when given out.
 
Top