RMRK is retiring.
Server is paid up for the rest of 2026, but the forum may go after that. See here for more information. Please archive or save anything you would like to keep before 2027.
Main Menu
  • Welcome to The RPG Maker Resource Kit.

[VX] How do I make a relationship point system with my characters?

Started by RionKatt, March 15, 2011, 09:18:41 AM

0 Members and 2 Guests are viewing this topic.

RionKatt

I'm making a game where the main character's relationship with the other members would influence only the ending. The relationship would no influence how the character performs in battles.

I'm trying to figure out a way to make point system, but I can't seem to get it. Help?  :-\

Acolyte

You could probably set that up with variables. Just make a variable for each character that you want to make it possible to have a relationship with. When your main character does something that makes the relationship points higher, just increase the variable of that character through an event. You could also decrease it for negative actions. In the ending, set up a conditional branch where the variables have to be a certain level for each character.