- Apr 10, 2020
- 1,542
- 6,076
Let the player set the relationship at the start and write your game accordingly patreon cant do shit that way. its pretty simple code work.I actually want to creat game with tag incest in there.. But Patreon doesn't like that stuff and creating Patch is a pain in the ass for someone with 0 knowledge about coding like me. That's why i went with the homestay scenario
So in this game ....The two daughter doesn't have boyfriend (yet ?) so No NTR, Right?
i only stole (not really stole but.. meh) the wife from the husband so it count as NTR
Overall is a happy Family friendly cutie game
$ rel_s = renpy.input("This is Kahlan. She is your ??? (Default will be sister.)", default="sister", allow="abcdefghijklmnopqrstuvwxyz ABCDEFGHIJKLMNOPQRSTUVWXYZ'", length=15).strip() or "sister"
$ k_age = min(max(int(renpy.input("She is ??-years-old (No more than 20 for story continuaty)", default=20, allow="1234567890", length=2) or 18), 16), 20)
$ bo_nik = renpy.input("What nickname does she call you? (Default will be brother.)", default="brother", allow="abcdefghijklmnopqrstuvwxyz ABCDEFGHIJKLMNOPQRSTUVWXYZ'", length=15).strip() or "brother"
$ k_nik = renpy.input("What nickname do you use for her? (Default will be her name.)", default="Kahlan", allow="abcdefghijklmnopqrstuvwxyz ABCDEFGHIJKLMNOPQRSTUVWXYZ'", length=15).strip() or "Kahlan"