- Joined
- Jan 23, 2016
- Messages
- 221
- Reaction score
- 320
- First Language
- Finnish
- Primarily Uses
- RMMV
Hi again, forums.
I'm making a game with four playable characters, and I'd like to include a simple friendship/"reaction" system in it. Basically, each character has a variable called "X reaction" (where X is the name of the actor) which represents that character's relationship with the main character, and the value of the variables can increase or decrease according to the choices player makes during events. Main character has his reaction variable value set to N/A.
Ideally, I would like to show the values of these variables in the Status menu, but my JavaScript knowledge is rather limited. Would anyone be able to help? I'm aware that there are some plugins which might partly fit the description, such as Yanfly's Actor Variables or Moogle X's Actor Friendship System, but since I would only like to show one variable and use a rather simple system, neither of the plugins suits my purpose that well.
I'm making a game with four playable characters, and I'd like to include a simple friendship/"reaction" system in it. Basically, each character has a variable called "X reaction" (where X is the name of the actor) which represents that character's relationship with the main character, and the value of the variables can increase or decrease according to the choices player makes during events. Main character has his reaction variable value set to N/A.
Ideally, I would like to show the values of these variables in the Status menu, but my JavaScript knowledge is rather limited. Would anyone be able to help? I'm aware that there are some plugins which might partly fit the description, such as Yanfly's Actor Variables or Moogle X's Actor Friendship System, but since I would only like to show one variable and use a rather simple system, neither of the plugins suits my purpose that well.