Hi, I’m obviously pretty new. So far, everything’s been pretty simple, but I’m kind of confused as to how to implement relationships in the way I want.
I’m just experimenting at the moment. No actual work is being done because I would like to be prepared well before that.
And I haven’t been able to find anything really about this.
Quick, and hopefully descriptive, example:
The player can choose if they have mother/father, mother/mother, father/father, parent/parent, or brother/sister/sibling relationships.
How should I code that? How would I go about the naming (would *create mother_name “” work in this case like it does with the player character?) and what about the actual relationship stats?
Do I input *create mother 50 in startup and then percent mother $!{mother_name} in choicescript_stats?
How can I show the choices a player makes involving the character’s family on the stats screen?
Thank you!
EDIT: Actually, would it be more simpler if I did *create parent1_name “”, *create parent1 50, percent parent1 $!{parent_name}, and so on?
How would I create their gender in this case then?
In stats
Name of First parent: $!{parent1name}
*stat_chart
percent First_parent_relationship
Name of second parent: $!{parent2name}
*stat_chart
percent Second_parent_relationship
Name of sibling: $!{sibname}
*stat_chart
percent Sibling_relationship