Choice Refill

by ACWraith
Random and manual choices. Unique until refilled. [More]
To download this library for your Linux/Mac installation, enter this on your command line:

DreamDownload byond://ACWraith.ChoiceRefill##version=0

Emulator users, in the BYOND pager go to File | Open Location and enter this URL:

byond://ACWraith.ChoiceRefill##version=0

2 downloads
Latest Version
Date added: Mar 17 2011
Last updated: Mar 18 2011
0 fans
I've often found myself requiring a random choice from a list to be made. I then need to refill the list when I run out of choices. This library provides a reusable cr_Choices datum to perform that task.

In addition, it is sometimes wise to keep the number of choice references to a minimum. A cr_Indices datum is provided to choose random indices which are intended to be used in a list stored elsewhere.