- Joined
- Aug 30, 2019
- Messages
- 9
- Reaction score
- 1
- First Language
- English
- Primarily Uses
- RMMV
Hello all,
I've used RPG Maker VX and MV in the past through a friend of mine, this will be the first time I'm using it at my own work station (with the intent to eventually publish my ideas).
I'm writing a script right now where the main character is at a University, and is being tested on various element of game world knowledge. I'd like to be able to track the user's responses, accumulate an average, and at the end of the level present the user with their final grade.
I started tracking using variables, one variable for an individual test score, another for a cumulative one, and a third for the overall average (Points earned divided by total points). I'm having a bit of trouble understanding the calculation, as it would appear that control variables function of the editor only allows me access to two variables at a time. I'd like to take two variables and run them through a function, to spit out the value to a third variable.
I've minor programming knowledge (mostly arduino and robotics) and I'm sure if I really dedicated the time, I could research the necessary programming knowledge to construct my own script, but blah blah I'm a dad and a college student blah blah and simply can't commit the time.
IS THERE an in-editor function I can use to accomplish this goal, or could someone recommend a set up (common event or otherwise) that I can utilize?
Many thanks in advance.
RZ
Additional details
Variables
Quiz Score - variable used to track individual test results (sum of points earned)
Quiz Total - variable to indicate total points on test
Student Total - total points earned through all tests
Total Points - total points available (accumulative)
Student average - Student Total / Total points = Student Average
If/Then argument to assign letter grade based on average
I've used RPG Maker VX and MV in the past through a friend of mine, this will be the first time I'm using it at my own work station (with the intent to eventually publish my ideas).
I'm writing a script right now where the main character is at a University, and is being tested on various element of game world knowledge. I'd like to be able to track the user's responses, accumulate an average, and at the end of the level present the user with their final grade.
I started tracking using variables, one variable for an individual test score, another for a cumulative one, and a third for the overall average (Points earned divided by total points). I'm having a bit of trouble understanding the calculation, as it would appear that control variables function of the editor only allows me access to two variables at a time. I'd like to take two variables and run them through a function, to spit out the value to a third variable.
I've minor programming knowledge (mostly arduino and robotics) and I'm sure if I really dedicated the time, I could research the necessary programming knowledge to construct my own script, but blah blah I'm a dad and a college student blah blah and simply can't commit the time.
IS THERE an in-editor function I can use to accomplish this goal, or could someone recommend a set up (common event or otherwise) that I can utilize?
Many thanks in advance.
RZ
Additional details
Variables
Quiz Score - variable used to track individual test results (sum of points earned)
Quiz Total - variable to indicate total points on test
Student Total - total points earned through all tests
Total Points - total points available (accumulative)
Student average - Student Total / Total points = Student Average
If/Then argument to assign letter grade based on average



