|
I have a fairly straightforward question. Is there a way to display the value of a variable in the status menu, i've already added the text, but I wish to know if I can create new 'parameters' by displaying a variables' value in the statistics page of the menu.
Something like:
self.contents.draw_text(60, 100, 192, 125, @game_variable[n], 2)
or
draw_game_variable[n]
Idk im not a scripter.
Thanks!
__________________________
|