Hey everyone, i was wondering if anyone had a useful script for displaying the numerical values of variables onto the screen. For example, lets say you had a hero called Bob or whatever and you wanted to simply display somewhere on the screen his Current HP / Max HP. Back in the day with rpgmaker2k and 2k3 the easiest way to do this was by using a bunch of character sets to store the individual digits of his current hp and his max hp. (ones, tens, hundreds, thousands...) Now with scripting avaliable in xp, i'm sure displaying those values are made 10 times easier just i haven't really learned much of ruby language yet. Any sort of help would be much appreciated. Thank you so much!