Method Loot:GenerateMoney [-] [+]
Generates a random amount of money for this Loot within the specified range.
Synopsis
Loot:GenerateMoney( minGold, maxGold )
Arguments
number minGoldMinimum amount of money in copper.
Valid numbers: integers from 0 to 4,294,967,295.
number maxGoldMaximum amount of money in copper.
Valid numbers: integers from 0 to 4,294,967,295.
Returns
Nothing.