Okay, in my game, I'm using a skill system similar to The Elder Scrolls' style(think RuneScape if you've never played, its close too). I've made a menu to show the skill names and their current levels/exp, but instead of the numbers moving to the left when the place moves up,such as a calculator does, they move to the right. Now, I'm a novice(did I say novice? Try TOTAL NOOB) at scripting, so I have no idea what I did wrong. Here's the line I used to call the variables:
self.contents.draw_text(140, 0, 100, 32, $game_variables[1].to_s)
Now, I think it has something to do with the 'to_s' part, but I wouldn't know what to change it to if it was, so I really need help. If you need anythingelse to further explain the problem, I'll be happy to help. Thanks in advance.