17 February 2015

Gold Comma Separators Scriptlet

If, like me, you hate the way large numbers are displayed without any separators, thus making it hard to read, then you’ll want the Gold Comma Separators Scriptlet for your games.

What this does is separates large numbers with a comma every three blocks of numbers. Thus, 100000 becomes 100,000. That’s way easier to read! (Incidentally, it took me ages to figure out how to successfully do this!)

To achieve this, we attach

.to_s.reverse.gsub(/(\d{3})(?=\d)/, ‘\\1,’).reverse

to the $game_party.gold. This is done differently in each RPG Maker.

Edit: The RMVXA error has been fixed.

Related Posts with Thumbnails
Template Design "Perfect World" by SkinCorner