SplitMoney

From Warcraft Wiki
Jump to navigation Jump to search
Links
Info
Added in 1.0.0

Splits the specified amount of copper (defaults to all your current money) between all of your party members.

SplitMoney([copper]);

Arguments
copper
Number - amount of copper to split between party members. If nil, all your current money is split.

Example
SplitMoney(30); --1
SplitMoney(203); --2
SplitMoney(30201); --3
SplitMoney(); --4
Result
  1. Splits 30 copper.
  2. Splits 2 silver and 3 copper.
  3. Splits 3 gold and 2 silver and 1 copper.
  4. Splits all the money in your possession.

Patch changes

  • WoW Icon update.png Patch 1.9.1 (2006-01-10): Removed.