The RPG Maker Resource Kit

RMRK RPG Maker Creation => VX => Topic started by: RionKatt on March 15, 2011, 09:18:41 AM

Title: [VX] How do I make a relationship point system with my characters?
Post by: RionKatt on March 15, 2011, 09:18:41 AM
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?  :-\
Title: Re: [VX] How do I make a relationship point system with my characters?
Post by: Acolyte on March 16, 2011, 12:46:12 AM
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.