Relationship System
Version: 1.0.0
By Jeneeus Guruman
This script allows to give bonuses to certains partners like stats and exclusive skills
Features
- Stat bonus for each partner.
- Skill bonus exclusively for each partner.
Spoiler
How to Use
Just insert above main and below other scripts (including other non-defaults).
# Script Calls: # # gain_rel_level(actor_id1, actor_id2) # * Increases the level of the relationship between specified actor IDs. # Placement of IDs is not necessarily in order. If actor_id2 is not # specified, gets the value of the current partner instead. # # read_rel_level(actor_id1, actor_id2) # * Gets the level of the relationship between specified actor IDs. # Placement of IDs is not necessarily in order. If actor_id2 is not # specified, gets the value of the current partner instead. This can be # used for having different cutscenes by relationship.
Demo
Relationship System VX
Known Bugs
- Error on single actors not having a partner. [FIXED]
Author's Notes
- This script is free to use commercially or not. If commercially, you must credit me. If not, just don't claim this as your own but not crediting me is okay if you don't want to.
Edited by Jeneeus Guruman, 03 July 2012 - 05:32 PM.


















