- Joined
- Oct 14, 2017
- Messages
- 28
- Reaction score
- 5
- First Language
- English
- Primarily Uses
- RMMV
Hi guys, how are you doing?
So I'm building a quiz game, and I would like to add a scoring system using a plugin to keep track of how many points the current player has.
Basically, what I'm looking for is a plugin that will look at a in game variable and display it on screen when a call script is used.
For example: I have the in game variable id set to 1 using RPG Maker MV's variable system to store the current score. The plugin needs to know what variable to look at, to know what to display on screen. I then use a call script like $showScore=1 where it tells the plugin to display the score and it will look like: "Score: \V[1]" Then every time the score changes, I use a call script to update the display like $update=1, and I use that every time where applicable to update the score on screen.
Here's a picture of what it should look like (Picture take in RPG Maker VX ace):

Notice on the top right is where the score is displayed. Also it would be a plus if you can add a text window to house the score, but it isn't that necessary.
If you're wondering how I got it to work in RPG Maker VX Ace, it's cause I downloaded a script that I got from a YouTube video. Here it is for reference:
Thank you for your assistance.
Regards,
Omar
So I'm building a quiz game, and I would like to add a scoring system using a plugin to keep track of how many points the current player has.
Basically, what I'm looking for is a plugin that will look at a in game variable and display it on screen when a call script is used.
For example: I have the in game variable id set to 1 using RPG Maker MV's variable system to store the current score. The plugin needs to know what variable to look at, to know what to display on screen. I then use a call script like $showScore=1 where it tells the plugin to display the score and it will look like: "Score: \V[1]" Then every time the score changes, I use a call script to update the display like $update=1, and I use that every time where applicable to update the score on screen.
Here's a picture of what it should look like (Picture take in RPG Maker VX ace):

Notice on the top right is where the score is displayed. Also it would be a plus if you can add a text window to house the score, but it isn't that necessary.
If you're wondering how I got it to work in RPG Maker VX Ace, it's cause I downloaded a script that I got from a YouTube video. Here it is for reference:
Thank you for your assistance.
Regards,
Omar