Hi, I am trying to print variables in textform and I keep getting an error about converting nils to string. If $game_variables[43] equals 10 shouldn't I be able to put " self.contents.draw_text(4, 0, 120, 32, $game_variables[43], 0) " into one of my window bases?