Score Format Script

by Reek

Format a number by thousands as a string, works up to 999 billion.
Provides large number readability to score displays, returning a formatted string.
The script uses commas as delimiters. If periods are desired, substitute these where commas appear.

USAGE: score_format(integer)
EXAMPLE: draw_text(60,105,score_format(global.playerscore))

You can give me credit if you like. Use it to make your game better!

Tags: high, utility, score, format, script

Download
Released 2009-01-30
Category Other
Rating 3.8 (by 4 users)
Downloads 41
Version 0
ID 69015
Slug score-format-script