It would be fairly easy. If statements are all you require. After you define the relationships you can have the code work out what you typed for the relationships so if you do something like this:How would that work in reality? Because you can choose for them to be ANYTHING which would require infinite amount of variations in the dialogue depending on the relationship you chose..
Code:
if alex.rel('mc') == "son" and alex.rel('kate') == "daughter" and alex.rel('elena') == "daughter" and alex.rel('kateelena') == "daughters":
$ family += 1
mct "Oh, I like where this is going." #To confirm she is his real mom
else:
mct "Ahh, keeping it safe for Patreon? Ok, that is cool." #to confirm they aren't related.
Code:
if family == 3
This dialogue where they are related.
else
This dialogue where they are not related.
Last edited: