- Joined
- Jul 15, 2019
- Messages
- 4
- Reaction score
- 1
- First Language
- English
- Primarily Uses
- RMMV
I'm trying to figure out how to create a plug in that shows the Players Stats, Like Exp, at the game over screen, like a Score System.
Much like in the picture- shown as an example
I thought it would be something like
this.displayExp();
but that doesn't seem to work, I've never used JS, only c++.
does anyone know how this would be written out in JS?
Also, would there be any way to draw the "term" for Exp from the settings "term" tab?
So Score would be drawn up as what ever the term was under "EXP"?
Much like in the picture- shown as an example
I thought it would be something like
this.displayExp();
but that doesn't seem to work, I've never used JS, only c++.
does anyone know how this would be written out in JS?
Also, would there be any way to draw the "term" for Exp from the settings "term" tab?
So Score would be drawn up as what ever the term was under "EXP"?

