init 5 python: config.label_overrides["start"] = "patch_start" label patch_start: "{color=#f00}{b}Warning{/b}: This game is intended for adults only (18+).{/color}" "Please confirm your age before proceeding." menu: "Are you 18 or older?" "Yes, I am 18 or older.": pass "No, I am under 18.": "You must be 18 or older to play this game. Returning to the main menu." return "{color=#f00}{b}Warning{/b}: This game contains audio like moaning sounds.{/color}" scene intro01 "This is you..." "You are a young guy living with your parents." $ mc_name = renpy.input("What is your name?(Default: Shawn)", default="Shawn") $ mc_name = mc_name.strip() "You decided to call yourself [mc_name]." scene portrait "This is your mother. Her name is Laura but you don't call by her first name." $ landlady_name = renpy.input("How would you liked to call her?(Default: Mother)", default="Mother") $ landlady_name = landlady_name.strip() "You decided to call her [landlady_name]." "But back to you..." scene intro01 "You are a student and you are currently on summer break." "Everyday you do the same." "You wake up, eat breakfast, go to the gym, come back home, eat lunch, play video games, eat dinner, and go to bed." "Nothing exciting is happening in your life." "Your parents decided to go on a vacation for a week." "Today is the day. I can finally have the house to myself." "But what is this noise early in the morning?" jump intro