QUOTE (Jens of Zanicuud @ Sep 24 2012, 12:37 PM)

Are you using some script or only RMXP in its default configuration?
In the latter case, this would be really strange.
In the former, just find every istance of this line:
CODE
$game_party.gold.to_s
and replace it with:
CODE
$game_party.gold.to_i.to_s
This will surely work, but is only a temporary medicine.
There should be something more complicated behind that error...
Are you using some difficulty change or enemy levels script?
These could be the root of all evil...
I hope this could help,
Jens
thank you for the quick reply, Jens! I am using a number of extra scripts(Blizz ABS mostly, and a few arbitrary ones like Death Counts, and HUDs), but no enemy leveling or difficulty ones. I'll try your suggestion and see how much that helps.
It's no terrible, game breaking bug, but it still just looks ugly ya know? And I'm afraid once I get too far into the game it will be like hundreds of digits long!