# The script of the game goes in this file. # Declare characters used by this game. The color argument colorizes the # name of the character. # biến mặc định define current_location = "none" define current_time = "morning" define current_event = "none" define day = 1 define money = 0 define waked_up = False # biến ảnh hưởng bởi cốt truyện define got_helped_walkthrough = False define talked_with_naruto_first_day = False define decided_to_see_himawari_shower = False define first_time_saw_himawari_shower = False define got_cautch_by_himawari = False define first_time_have_break_fast = False define got_blamed_by_himawari = False define decided_to_go_to_denki_house = False define first_meet_denki = False define decided_to_go_to_school = False define unlock_school_location = False define first_go_to_school = False define decided_to_get_in_the_hall = False define got_first_bullied = False define first_time_in_class = False define decided_to_help_shiho = False define first_help_shiho = False define decided_to_meet_sumire = False define met_sumire = False define talked_with_sumire = False define decided_to_go_home = False define got_yelled_by_mom = False define slept_after_mom_yelled = False define first_met_kaguya = False define see_mom_after_masturbate = False define see_boruto_after_talk_with_mom = False define able_to_change_time = False # nhân vật define e = Character("Eileen") define female = Character("Female voice", who_style="bold_name") define male = Character("Male voice", who_style="bold_name") define me = Character("Me", who_style="bold_name") define Haruto = Character("Haruto", who_style="bold_name") define Help = Character("Help", who_style="bold_name") define Boruto = Character("Boruto", who_style="bold_name") define Hinata = Character("Hinata", who_style="bold_name") define Himawari = Character("Himawari", who_style="bold_name") define Everyone = Character("Everyone", who_style="bold_name") define Naimi = Character("Naimi", who_style="bold_name") define Denki = Character("Denki", who_style="bold_name") define Shikadai = Character("Shikadai", who_style="bold_name") define Inojin = Character("Shikadai", who_style="bold_name") define Sumire = Character("Sumire", who_style="bold_name") define Sarada = Character("Sarada", who_style="bold_name") define Konohamaru_Sensei = Character("Konohamaru-Sensei", who_style="bold_name") define Shiho = Character("Shiho", who_style="bold_name") define Unknow_lady = Character("Unknow lady", who_style="bold_name") define Goddess_rabbit = Character("Goddess Rabbit", who_style="bold_name") style say_label is default: font "DejaVuSans-Bold.ttf" # Font chữ size 25 # Kích thước chữ color "#FFFFFF" # Màu chữ trắng # hiệu ứng transform slide_up_slow: #trượt lên yalign 1.5 pause 0.5 # Chờ 0.5 giây trước khi trượt linear 2.0 yalign 0.5 # Trượt chậm hơn (2 giây) define moveoutdown = MoveTransition((0.5, 0.5), (0.5, 1.5), 1.0) define fast_dissolve = Dissolve(0.5) define quite_slow_dissolve = Dissolve(2) # The game starts here. label start: # Dẫn truyện 1 scene black "There’s a tale I’ve heard countless times from the elders, a story etched into the very soul of our world." "12 years ago…" "The Fourth Great Ninja War erupted, shaking the world to its core. All trembled before the overwhelming might of the Ten-Tails and the godlike Ootsutsuki Kaguya." "As the war dragged on, hope waned. Humanity teetered on the brink of extinction, the shadow of despair growing darker with each passing moment. But then…" scene intro1 with dissolve stop music play music "audio/others/itachi_theme.mp3" "From the ashes of hopelessness, two warriors rose to defy fate itself—Naruto and Sasuke, the strongest ninjas of their time. Unyielding and unbroken, they fought with everything they had." "In a battle that would be remembered for generations, they triumphed over the omnipotent Kaguya. Their victory marked the dawn of a new era. For the first time in decades, the ninja world tasted the sweetness of peace." "Yet, even peace bore scars." "The war had claimed countless lives, leaving behind a trail of shattered families and hearts heavy with loss. The pain of separation—of loved ones taken too soon—was unbearable for many." "And the cost of the war went beyond lives. The economies of nations lay in ruins, devastated by years of relentless conflict. Poverty tightened its grip on the people, and the dream of a better life seemed agonizingly out of reach." # Dẫn truyện 2 scene intro3_001 "At that time, I was just a six-year-old boy. The war had taken everything from me—even my parents. From that day on, I became an orphan" "I wandered the streets of Konoha, begging for scraps, surviving on whatever morsels of food I could find. Some nights I ate, many I did not. When darkness fell, I searched for shelter—a quiet alley or the overhang of a stranger’s home to sleep beneath." "Life was a nightmare. A bottomless abyss. I had no hope, no future. I often thought It won’t be long now. I’ll starve to death, and no one will notice." female "Ah, Naruto, look! There’s a boy in that alleyway. How pitiful…" scene intro3_002 male "Sigh… poor kid. Let me give him some money." female "Hey there, little one. What’s your name?" me "…..." me "… It’s Haruto." scene intro3_004 "Her eyes softened, and for a moment, she was silent." scene intro3_005 female "… Naruto, what do you think about… adopting him?" scene intro3_004 male "Eh!? You… you’re not serious, are you? I don’t think that’s such a good idea…" female "I’m completely serious. This child… he’s suffered so much. I can’t just walk away. Naruto, please… will you agree?" male "… Fine, fine. Alright. We’ll adopt him." scene intro3_006 "At the darkest moment of my life, I was given a miracle. The Hokage himself, along with the princess of the Hyuga clan, took me in." scene intro3_003 "Even now, I can hardly believe it. From a starving orphan wandering the streets, I suddenly had a family—a home. Gratitude doesn’t even begin to describe what I felt." scene black with dissolve "My life had turned a page, and I was finally writing a new story." stop music jump main_room_event label main_room_event: if current_time == "morning": # nền scene mainroom_day_naruto with dissolve # Điều kiện và cốt truyện if True: # luôn luôn xảy ra if waked_up == False: $ waked_up = True Haruto "It's morning already, let's get up." show haruto wake_up_2 with dissolve $ renpy.pause(1, hard=True) show haruto wake_up_3 with dissolve $ renpy.pause(1, hard=True) hide haruto with dissolve $ renpy.pause(1, hard=True) window hide $ renpy.pause(1, hard=True) if got_helped_walkthrough == False: $ got_helped_walkthrough = True # *Giới thiệu Menu Walkthrough show walkthrough0 with dissolve window show Help "This is the walkthrough menu in the game, it will help you step by step to complete the story of each character." show walkthrough1 with dissolve Help "In the first row is the Main Story, displayed next to it is Progress Point, this index represents your progress in completing the Main Story." Help " Sometimes to unlock new characters, you need to reach a certain level of Progress Points ." show walkthrough2 with dissolve Help "Next, try clicking on the Hinata character icon." show walkthrough3 with dissolve Help "This is the Heart Point, it is the index that new female characters have, its effect is the same as Progress Point." show walkthrough4 with dissolve Help "Here is some basic information about the character." show walkthrough5 with dissolve Help "You should pay attention to this item, it will tell you what to do next." show walkthrough6 with dissolve Help "This shows your current relationship with Hinata, it may change in the future." show walkthrough7 with dissolve Help "This shows her current feelings towards you, it may change in the future." jump main_room_event # vùng click window hide if able_to_change_time == False: $ result = renpy.imagemap("background/main_house/mainroom_day_naruto_unselected.png", "background/main_house/mainroom_day_naruto_selected.png", [(1211, 0, 1346, 119, "walkthrough"), (1553, 0, 1687, 116, "setting"),(588, 593, 1334, 801, "bed"), (1539, 125, 1700, 1080, "door")]) else: $ result = renpy.imagemap("background/main_house/mainroom_day_naruto_unselected.png", "background/main_house/mainroom_day_naruto_selected.png", [(778, 0, 899, 119, "time"), (1211, 0, 1346, 119, "walkthrough"), (1553, 0, 1687, 116, "setting"),(588, 593, 1334, 801, "bed"), (1539, 125, 1700, 1080, "door")]) elif current_time == "mid_day": # nền scene mainroom_day_naruto with dissolve if able_to_change_time == False: $ result = renpy.imagemap("background/main_house/mainroom_mid_day_naruto_unselected.png", "background/main_house/mainroom_mid_day_naruto_selected.png", [(1211, 0, 1346, 119, "walkthrough"), (1553, 0, 1687, 116, "setting"),(588, 593, 1334, 801, "bed"), (1539, 125, 1700, 1080, "door")]) else: $ result = renpy.imagemap("background/main_house/mainroom_mid_day_naruto_unselected.png", "background/main_house/mainroom_mid_day_naruto_selected.png", [(778, 0, 899, 119, "time"), (1211, 0, 1346, 119, "walkthrough"), (1553, 0, 1687, 116, "setting"),(588, 593, 1334, 801, "bed"), (1539, 125, 1700, 1080, "door")]) elif current_time == "afternoon": # nền scene mainroom_afternoon_naruto with dissolve if able_to_change_time == False: $ result = renpy.imagemap("background/main_house/mainroom_afternoon_naruto_unselected.png", "background/main_house/mainroom_afternoon_naruto_selected.png", [(1211, 0, 1346, 119, "walkthrough"), (1553, 0, 1687, 116, "setting"),(588, 593, 1334, 801, "bed"), (1539, 125, 1700, 1080, "door")]) else: $ result = renpy.imagemap("background/main_house/mainroom_afternoon_naruto_unselected.png", "background/main_house/mainroom_afternoon_naruto_selected.png", [(778, 0, 899, 119, "time"), (1211, 0, 1346, 119, "walkthrough"), (1553, 0, 1687, 116, "setting"),(588, 593, 1334, 801, "bed"), (1539, 125, 1700, 1080, "door")]) elif current_time == "night": # nền scene mainroom_night_naruto with dissolve # vùng click if able_to_change_time == False: $ result = renpy.imagemap("background/main_house/mainroom_night_naruto_unselected.png", "background/main_house/mainroom_night_naruto_selected.png", [(1211, 0, 1346, 119, "walkthrough"), (1553, 0, 1687, 116, "setting"),(588, 593, 1334, 801, "bed"), (1539, 125, 1700, 1080, "door")]) else: $ result = renpy.imagemap("background/main_house/mainroom_night_naruto_unselected.png", "background/main_house/mainroom_night_naruto_selected.png", [(1211, 0, 1346, 119, "walkthrough"), (1553, 0, 1687, 116, "setting"),(588, 593, 1334, 801, "bed"), (1539, 125, 1700, 1080, "door")]) if result == "walkthrough": $ current_event = "main_room_event" jump walkthrough_event elif result == "time": $ current_event = "main_room_event" jump time_event elif result == "bag": jump bag_event elif result == "setting": $ renpy.call_screen("preferences") elif result == "bed": if current_time == "night": jump bed_event else: Haruto "I'm not sleepy yet" jump main_room_event else: if first_met_kaguya == True and see_mom_after_masturbate == False: # *Mở cửa . $ see_mom_after_masturbate = True scene mainroom_day_naruto with dissolve $ renpy.pause(1, hard=True) scene mainroom_day_naruto_blur with dissolve show haruto wakeup_1 with dissolve show hinata chore_1 with dissolve Haruto "What's wrong, mom?" show haruto wakeup_1 with dissolve show hinata chore_2 with dissolve Hinata "!!!" show haruto embrassing_nude_1 with dissolve show hinata chore_angry_1 with dissolve Hinata "You sleep without clothes, Haruto?" show haruto embrassing_nude_1 with dissolve show hinata chore_angry_2 with dissolve Haruto "Eh!? I'm sorry!" show haruto wake_up_4 with dissolve show hinata chore_angry_2 with dissolve Haruto "Get dressed now!" show haruto wake_up_5 with dissolve show hinata chore_angry_2 with dissolve show haruto clothes_look_down_blushing_1 with dissolve show hinata chore_angry_2 with dissolve Haruto "I'm so embarrassed, she saw everything." show haruto clothes_amazing_6 with dissolve show hinata chore_angry_1 with dissolve Hinata "You should stop sleeping naked like that, or you will catch a cold." show haruto embrassing_2 with dissolve show hinata chore_angry_1 with dissolve Haruto "Yes... I know... " show haruto normal_clothes_smile_3 with dissolve show hinata chore_angry_1 with dissolve Haruto "But why did you wake me up so early in the morning, Mom? " show haruto normal_1 with dissolve show hinata chore_angry_3 with dissolve Hinata "Early morning? " show haruto clothes_amazing_1 with dissolve show hinata chore_angry_4 with dissolve Hinata "It's already past noon, baby." show haruto clothes_look_down_1 with dissolve show hinata chore_angry_4 with dissolve Hinata "Yesterday I lied to my mom that I was out late at night, and now I'm staying up late and waking up late." Hinata "Do you know that living like that is bad for your health?" show haruto embrassing_3 with dissolve show hinata chore_1 with dissolve Haruto "S…I'm…sorry…" show haruto clothes_amazing_8 with dissolve show hinata chore_angry_1 with dissolve Hinata "Okay, look at your room, used paper is scattered all over the floor." show haruto clothes_amazing_8 with dissolve show hinata chore_angry_1 with dissolve Hinata "Hurry up and clean up, it's messy and smells bad!" show haruto normal_clothes_smile_2_blush with dissolve show hinata chore_1 with dissolve Haruto "Eh?...yes mom… " # *Hinata leaves. hide hinata with dissolve show haruto clothes_look_down_blushing_1 with dissolve Haruto "I'm not ready to tell her that my impotence is cured yet." Haruto "She probably doesn't realize that those are the papers I used after where to masturbate… " # *Scene changes to the hallway. scene hall_day_naruto_blur with dissolve show hinata chore_thinking_1 with dissolve Hinata "Am I being too harsh on him…? " Hinata "Ever since I adopted Haruto, I've never seen him come home as late as yesterday." Hinata "And I too never seen him sleep past noon like that. " Hinata "I need to find out the reason. " show hinata chore_blushing_1 with dissolve Hinata " And Haruto's thing is really big..." Hinata "It's not even erect yet, but it's already twice as big as Naruto's when erect… " Hinata "But it's really pitiful for the little guy to have that terrible disease." Hinata "Maybe I should take Haruto to the hospital for a checkup again…" jump main_room_event else: jump floor_2_event label handle_main_room_event: jump main_room_event label bed_event: if got_yelled_by_mom == True and slept_after_mom_yelled == False: $ slept_after_mom_yelled = True # *Lên phòng ngủ,click vào giường show haruto_sleeping with dissolve Haruto "What a tiring day." Haruto "Facing the fact that the person I like is in love with my brother." Haruto "And also having strange things happen at school, coming home late makes mom angry." Haruto "Maybe a good night's sleep will help me forget everything..." # *The screen turns dark. show black with quite_slow_dissolve $ renpy.pause(3, hard=True) play music "audio/others/itachi_theme.mp3" show boruto_sumire_1 with dissolve Haruto "That's..." show boruto_sumire_2 with dissolve Boruto "Is that Haruto, me and Sumire are going on a date." show boruto_sumire_3 with dissolve Sumire "Thank you so much, Haruto. Thanks to you, Boruto and I became a couple." show boruto_sumire_4 with dissolve Boruto "Yeah! Me too, thank you, my good brother!" show boruto_sumire_5 with dissolve Sumire "We will always be good friends!" Haruto "I wish you two happiness." Haruto "..." # *The screen turns dark again. show black with dissolve $ renpy.pause(2, hard=True) # * Wait a moment "..." "..." female " Wake up kid." Haruto " Eh!? Whose voice is that? " female " It's me, open your eyes." Haruto " Am I dreaming? " # ========================================================================== # ========================================================================== # đang phân vân hiệu ứng =================================================== # *Mở mắt ra .============================================================== # ========================================================================== # ========================================================================== show kaguya_show_up 1 with dissolve Haruto "!!?? " Haruto "Oh my god…!!! " show kaguya_show_up 2 with dissolve Haruto "Who are you !!? " show kaguya_show_up 3 with dissolve Unknow_lady "..." show kaguya_show_up 4 with dissolve Unknow_lady "I am a god." show kaguya_show_up 5 with dissolve Haruto "God !!? " show kaguya_show_up 6 with dissolve Unknow_lady "That's right, you don't even know how to kneel when you see me, you lowly human! " show kaguya_show_up 7 with dissolve Haruto "..." Haruto "..." Haruto "..." stop music show kaguya_show_up 11 with dissolve Haruto "Pervert !!! " Unknow_lady "What !! What did you say !!? " Haruto "Look at you, are those clothes you're wearing !!? " show kaguya_show_up 8 with dissolve Haruto "That place! " show kaguya_show_up 9 with dissolve Haruto "That place !! " show kaguya_show_up 10 with dissolve Haruto "And that place too more !!! " Haruto "Do you wear panties when you go out !!? " show kaguya_show_up 11 with dissolve Haruto "In short, you are a pervert who loves cosplay! " show kaguya_show_up 12 with dissolve Unknow_lady "You... you bastard,... I'm wearing panties !! " show kaguya_show_up 13 with dissolve Unknow_lady "You dare to insult me, do you believe I will kill you !? " Haruto "!!! " Haruto '"She can use ninjutsu ? How dangerous !! "' stop music scene mainroom_night_naruto with dissolve $ renpy.pause(1, hard=True) scene mainroom_night_naruto_blur with dissolve show haruto clothes_serious_3 with dissolve show kaguya angry_1 with dissolve Haruto "Y…you still dare to threaten me? Do you know where this is!?" Haruto "My father is the great Hokage, he is in the next room, you better leave or you will be finished! " show haruto clothes_worry_1 with dissolve show kaguya angry_2 with dissolve Unknow_lady "I have created a barrier throughout this room, even if you scream your throat out, no one will hear you! " Haruto "!! " show haruto clothes_amazing_1 with dissolve show kaguya angry_3 with dissolve Unknow_lady "Listen carefully, I am a goddess, people call me Rabbit Goddess." Goddess_rabbit "I am also your benefactor." show haruto clothes_amazing_5 with dissolve show kaguya angry_1 with dissolve Haruto "Eh?… What did you say? " show haruto clothes_serious_4 with dissolve show kaguya angry_1 with dissolve Haruto "Let's not talk about whether you are a goddess or not ." Haruto "What have you done to help me that you are my benefactor? " show haruto clothes_look_down_7 with dissolve show kaguya angry_1 with dissolve Haruto '"Goddess Rabbit? This name sounds a bit familiar, but I can not remember where I heard it."' show haruto rock_penis_1 with dissolve show kaguya angry_1 with dissolve Haruto '"I do not believe in things like ghosts and gods... but this pervert who likes to cosplay is really... "' Haruto '"... her clothes are quite daring, I wonder if she is wearing underwear..."' # * Dương vật haruto cương cứng dần.haruto rock_penis_1,haruto rock_penis_2,haruto rock_penis_3,kaguya blushing_2 $ renpy.pause(1, hard=True) show haruto rock_penis_1 with dissolve $ renpy.pause(1, hard=True) show haruto rock_penis_2 with dissolve $ renpy.pause(1, hard=True) show haruto rock_penis_3 with dissolve $ renpy.pause(1, hard=True) show kaguya blushing_2 with dissolve Goddess_rabbit "..." Haruto "Huh ? " show rock_penis 2 with dissolve Haruto '"My penis … "' Haruto '"Could it be …"' # * Take off pants harruto take_off_pant,haruto rock_penis_6,haruto rock_penis_5,kaguya blushing_3 hide rock_penis 2 with dissolve $ renpy.pause(1, hard=True) show haruto take_off_pant with dissolve $ renpy.pause(1, hard=True) show haruto rock_penis_6 with dissolve $ renpy.pause(1, hard=True) show haruto rock_penis_5 with dissolve $ renpy.pause(1, hard=True) show kaguya blushing_3 with dissolve show haruto rock_penis_7 with dissolve show kaguya blushing_3 with dissolve Haruto "Oh my god! My little brother is really hard ! " show haruto rock_penis_8 with dissolve show kaguya blushing_3 with dissolve Haruto "Could it be you!? " Goddess_rabbit "… " show haruto rock_penis_9 with dissolve show kaguya blushing_3 with dissolve Haruto "… " Goddess_rabbit "… " show haruto rock_penis_9 with dissolve show kaguya blushing_4 with dissolve Haruto "Hey…" show haruto rock_penis_9 with dissolve show kaguya blushing_5 with dissolve Goddess_rabbit "… " show kaguya_show_up 14 with dissolve Goddess_rabbit "Pervert !! " Goddess_rabbit "How can you show that thing in front of the gods!? So disrespectful !! " Goddess_rabbit "Put your pants on now, or I'll cut it !! " Haruto "Eh?… okay… " # *scene change scene mainroom_night_naruto with dissolve show haruto embrassing_1 with dissolve show kaguya blushing_6 with dissolve Haruto "Sorry, I got a little excited just now, I'm so embarrassed…haha…" show haruto embrassing_1 with dissolve show kaguya blushing_6 with dissolve Goddess_rabbit "Humph! " show haruto_sub rock_penis_pant with dissolve show haruto normal_1 with dissolve show kaguya angry_blushing_1 with dissolve Goddess_rabbit "..." show haruto normal_4_clothes with dissolve show kaguya normal_talking_3 with dissolve Goddess_rabbit "The snake this afternoon is my incarnation, when it bit you, my soul also escaped and entered your body." Goddess_rabbit "Seeing that your body was sick, I conveniently cured it." show haruto normal_4_clothes with dissolve show kaguya normal_talking_2 with dissolve Haruto "… " show haruto clothes_look_down_1 with dissolve show kaguya normal_talking_0 with dissolve Haruto '"She must not be lying, her illness has really been cured..."' show haruto normal_2_clothes with dissolve show kaguya smile_1 with dissolve Goddess_rabbit "So do you believe that I am a goddess? " show haruto clothes_look_down_4 with dissolve show kaguya smile_2 with dissolve Haruto "..." hide haruto_sub with dissolve show haruto unbelieve_1 with dissolve show kaguya amazing_1 with dissolve Haruto "Don't believe it! " show haruto unbelieve_1 with dissolve show kaguya angry_4 with dissolve Goddess_rabbit "Y…you !!? " show haruto unbelieve_2 with dissolve show kaguya lookdown_1 with dissolve Haruto "Because there is no goddess who dresses like you ! " Haruto "If you are a goddess you definitely wear panties! " show haruto unbelieve_3 with dissolve show kaguya angry_5 with dissolve Goddess_rabbit "I said I was wearing panties, you still dare to insult me, you bastard!?" show haruto unbelieve_4 with dissolve show kaguya blushing_6 with dissolve Haruto "Then prove it! Show me your panties! You dare, you liar!!" show haruto unbelieve_5 with dissolve show kaguya angry_6 with dissolve Goddess_rabbit "Why not! I'm not a liar! " show haruto unbelieve_5 with dissolve show kaguya angry_7 with dissolve Goddess_rabbit "..." show haruto unbelieve_5 with dissolve show kaguya angry_8 with dissolve Haruto '"… "' scene mainroom_night_naruto with dissolve show kaguya_show_up 15 with dissolve Goddess_rabbit " You dare to set me up, you pervert !! " # *squeezes Haruto "!!! " show kaguya_show_up 16 with dissolve Haruto "I...I'm sorry! I was just joking, I believe you're a goddess !! " show kaguya_show_up 17 with dissolve Goddess_rabbit "Huh! You dare to joke with me, your crime deserves death ." # *Thả xuống kaguya_show_up 18 , kaguya_show_up 19 window hide $ renpy.pause(1, hard=True) show kaguya_show_up 18 with dissolve $ renpy.pause(1, hard=True) show kaguya_show_up 19 with dissolve $ renpy.pause(1, hard=True) hide kaguya_show_up 19 with dissolve show haruto embrassing_2 with dissolve show kaguya angry_1 with dissolve Haruto "Haha…" show haruto clothes_sad_1 with dissolve show kaguya angry_1 with dissolve Haruto "..." show haruto normal_clothes_smile_1 with dissolve show kaguya normal_talking_3 with dissolve Haruto "Thank you..." show haruto normal_1 with dissolve show kaguya silent with dissolve Goddess_rabbit "..." show haruto eyeclose_1 with dissolve show kaguya silent with dissolve Haruto "I've lived with this terrible impotence for nearly 20 years, if it weren't for you..." show haruto normal_4_clothes with dissolve show kaguya normal_talking_3 with dissolve Goddess_rabbit "No need to thank me, I won't help you for free." Goddess_rabbit "In return for curing your illness, you have to help me with something." show haruto clothes_look_down_2 with dissolve show kaguya normal_talking_0 with dissolve Haruto "… " Haruto '"There is really nothing in this world that is free … "' show haruto normal_4_clothes with dissolve show kaguya normal_talking_0 with dissolve Haruto "...something that even gods need help with,…is it dangerous? " show haruto normal_2_clothes with dissolve show kaguya silent with dissolve Goddess_rabbit "… " show haruto normal_2_clothes with dissolve show kaguya normal_talking_2 with dissolve Goddess_rabbit "Maybe, but there's no danger right now… " show haruto clothes_look_down_1 with dissolve show kaguya normal_talking_0 with dissolve Haruto '"…so that means there might still be danger in the future… "' Haruto '"What should I do… "' show haruto clothes_amazing_5 with dissolve show kaguya normal_talking_3 with dissolve Goddess_rabbit "I know you don't have chakra, you don't have the ability to become a strong ninja like you dream of." Goddess_rabbit "I can guarantee, that if you agree to help me, I can help you gain power, so you can become a true ninja." show haruto clothes_amazing_5 with dissolve show kaguya normal_talking_0 with dissolve Haruto "!!? " show haruto clothes_amazing_2 with dissolve show kaguya normal_talking_0 with dissolve Haruto "Are you... are you telling the truth? " show haruto clothes_amazing_3 with dissolve show kaguya normal_talking_2 with dissolve Goddess_rabbit "I will not lie." show haruto normal_clothes_smile_4 with dissolve show kaguya normal_talking_0 with dissolve Haruto "..." Haruto '"Anyway, she helped me cure the impotence that has plagued me for the past 19 years."' Haruto '"Moreover, if I can become a ninja, even death is worth it."' show haruto normal_clothes_smile_1 with dissolve show kaguya normal_talking_0 with dissolve Haruto "So what do you need me to do?" show haruto clothes_amazing_5 with dissolve show kaguya normal_talking_2 with dissolve Goddess_rabbit "I am currently in a spirit state, I can disappear at any time." show haruto clothes_amazing_5 with dissolve show kaguya silent with dissolve Haruto "!! " show haruto clothes_amazing_6 with dissolve show kaguya normal_talking_3 with dissolve Goddess_rabbit "In this village there are fragments of my power, I need you to help me collect them." show haruto clothes_look_down_1 with dissolve show kaguya normal_talking_0 with dissolve Haruto "..." show haruto normal_4_clothes with dissolve show kaguya normal_talking_0 with dissolve Haruto "I'm a little curious, what is the reason that makes a goddess like you fall into this state? " Haruto "Lost her body and only a part of her soul remains… " show haruto normal_2_clothes with dissolve show kaguya silent with dissolve Goddess_rabbit "..." show haruto clothes_amazing_5 with dissolve show kaguya normal_talking_3 with dissolve Goddess_rabbit "It's because of my enemy… " show haruto normal_thinking_clothes_5 with dissolve show kaguya normal_talking_0 with dissolve Haruto '"She really has an enemy… "' Haruto '"The one who can make a goddess fall into this state… must be very dangerous… "' Haruto '"But she helped me heal and promised me power, moreover…"' show haruto normal_thinking_clothes_blush with dissolve show kaguya normal_talking_0 with dissolve Haruto '"…this goddess is also very beautiful."' # *Option " Nói ra suy nghĩ của bạn… " menu: "Speak your mind… ": show haruto normal_clothes_smile_1 with dissolve show kaguya normal_talking_3 with dissolve Haruto "I will help." show haruto normal_1 with dissolve show kaguya smile_1 with dissolve Goddess_rabbit "Very good!" show haruto unbelieve_6 with dissolve show kaguya amazing_1 with dissolve Haruto "But on one condition." show haruto unbelieve_7 with dissolve show kaguya angry_1 with dissolve Goddess_rabbit "… " show haruto clothes_amazing_1 with dissolve show kaguya angry_9 with dissolve Goddess_rabbit "You're too greedy, I've helped you heal, and also promised to give you power, what else do you want!? " show haruto clothes_amazing_1 with dissolve show kaguya angry_1 with dissolve Haruto "!! " show haruto clothes_amazing_1 with dissolve show kaguya angry_1 with dissolve Haruto '"She seems angry."' show haruto normal_clothes_smile_2_blush with dissolve show kaguya angry_1 with dissolve Haruto "It's nothing big, it's just… " show haruto normal_clothes_smile_3_blush with dissolve show kaguya angry_1 with dissolve Haruto 'You can do it "that thing" with me?' show haruto normal_clothes_smile_4_blush with dissolve show kaguya angry_4 with dissolve Goddess_rabbit "What do you mean?" show haruto normal_clothes_smile_2_blush with dissolve show kaguya angry_1 with dissolve Haruto "I've never been close to a woman and I don't have a girlfriend..." Haruto "Goddes Rabbit is very beautiful, she has a very attractive body..." show haruto normal_clothes_smile_3_blush with dissolve show kaguya blushing_7 with dissolve Haruto "I wonder… can I have sex with you? " show haruto normal_clothes_smile_2_blush with dissolve show kaguya blushing_7 with dissolve Goddess_rabbit "!! " show haruto clothes_worry_1 with dissolve show kaguya angry_blushing with dissolve Goddess_rabbit "A mortal like you wants to reach up to a goddess? How bold !! " show haruto clothes_worry_1 with dissolve show kaguya angry_10 with dissolve Haruto "Sorry… I didn't mean to make you angry… " show haruto clothes_amazing_1 with dissolve show kaguya blushing_8 with dissolve Goddess_rabbit "I'll think about it… " show haruto clothes_amazing_5 with dissolve show kaguya angry_blushing_1 with dissolve Haruto "Eh? " show haruto clothes_amazing_2 with dissolve show kaguya angry_blushing_1 with dissolve Haruto "Really?" show haruto normal_blush_1 with dissolve show kaguya blushing_9 with dissolve Goddess_rabbit "I just said I'll consider it… " show haruto normal_clothes_smile_5_blush with dissolve show kaguya angry_blushing_2 with dissolve Haruto "Ah…okay… " show haruto normal_blush_1 with dissolve show kaguya angry_blushing_2 with dissolve Haruto '"She did not completely refuse, hehe… "' show haruto normal_2_clothes with dissolve show kaguya normal_talking_3 with dissolve Goddess_rabbit "Back to the main topic, I need you to help me find the fragments of my power, there are a total of nine fragments." Goddess_rabbit "Right now I can feel the presence of one of them is present in this house." Goddess_rabbit "It's in the form of a small statue, please help me find it." show haruto normal_2_clothes with dissolve show kaguya normal_talking_0 with dissolve Haruto '"In my house? "' show haruto confident_2 with dissolve show kaguya normal_talking_0 with dissolve Haruto "Okay, I'll go look for it." show haruto normal_1 with dissolve show kaguya normal_talking_3 with dissolve Goddess_rabbit " Very good." show haruto normal_4_clothes with dissolve show kaguya normal_talking_3 with dissolve Goddess_rabbit "There's one more important thing I need to remind you, you are not allowed to reveal our meeting today to anyone. " show haruto normal_4_clothes with dissolve show kaguya normal_talking_0 with dissolve Haruto "Eh? Are you afraid of the enemy finding out?" show haruto normal_2_clothes with dissolve show kaguya normal_talking_3 with dissolve Goddess_rabbit "That's right, my enemy is very strong, your father Naruto is not an opponent." show haruto clothes_look_down_8 with dissolve show kaguya normal_talking_0 with dissolve Haruto "My father is the strongest in the world, the only person stronger than my father can be..." show haruto normal_4_clothes with dissolve show kaguya angry_4 with dissolve Goddess_rabbit "You don't believe me?" show haruto normal_clothes_smile_2 with dissolve show kaguya angry_1 with dissolve Haruto "Eh!? I believe you...I promise I won't tell anyone about what happened today..." show haruto normal_0 with dissolve show kaguya normal_talking_3 with dissolve Goddess_rabbit "Very good." show kaguya disapper with dissolve $ renpy.pause(1, hard=True) hide kaguya with dissolve $ renpy.pause(1, hard=True) show haruto clothes_amazing_7 with dissolve Haruto "Ehh!! Where did she go !? " show haruto clothes_look_down_6 with dissolve Goddess_rabbit "I will temporarily reside in your soul." Goddess_rabbit "If there is nothing else, do not disturb my rest." Haruto "Hey hey, are you in my soul!? " Haruto "Don't tell me you can read my mind!" show haruto clothes_look_down_7 with dissolve Goddess_rabbit "Don't worry, I can't read your mind." show haruto clothes_look_down_2 with dissolve Haruto "*sigh" show haruto clothes_look_down_8 with dissolve Goddess_rabbit "But from now on you can read other people's minds." show haruto clothes_look_down_9 with dissolve Haruto "What!? Are you serious!?" show haruto clothes_look_down_10 with dissolve Goddess_rabbit "But the success rate is only 0.01 percent" show haruto clothes_look_down_11 with dissolve Haruto "Only 0.01 percent? I have to find a chance to test it..." # *Chuyển tới màn hình tự do di chuyển . jump main_room_event if slept_after_mom_yelled == True and first_met_kaguya == False: $ first_met_kaguya = True # *Click vào giường. show haruto clothes_look_down_blushing with dissolve Haruto "I wonder what masturbation feels like." Haruto "I can finally experience this feeling." scene black with dissolve # Option Imagine Goddess Rabbit while masturbating. show masturbate_1 with dissolve Goddess_rabbit "Come here Haruto, do you want to have fun with me tonight?" Haruto "Omg! She's so sexy and sexy! " # * animation . kaguya_thinking_masturbate_x1 , 1-HandjobLow.mp3 play music "audio/18sound/1-HandjobLow.mp3" show kaguya_thinking_masturbate x1 with dissolve # =========================================================================================================== # =========================================================================================================== # =========================================================================================================== # *Option button mở ra . option_button_2 $ result = renpy.imagemap("ui_ux/next_button_unselected.png", "ui_ux/next_button_selected.png", [(1393, 965, 1617, 1056, "next_button")]) # =========================================================================================================== # =========================================================================================================== # =========================================================================================================== if result == "next_button": # Khi click vào faster . kaguya_thinking_masturbate_x1.5 , 1-HandjobMid.mp3 show kaguya_thinking_masturbate x15 with dissolve Goddess_rabbit "Fufu, do you want me to clamp your hard cock between my big tits? " Haruto "Holy shit! So slutty! I'll fuck the goddess's cow tits to pieces! " Haruto "Uhh ! " # * click cum để kết thúc scene $ result = renpy.imagemap("ui_ux/next_button_unselected.png", "ui_ux/next_button_selected.png", [(1393, 965, 1617, 1056, "next_button")]) if result == "next_button": stop music Haruto "Argh! This is great !!" # masturbate_cum1 => masturbate_cum2 ( Lặp lại ba lần hai bức ảnh này nhé bn ) show masturbate_cum1 with dissolve $ renpy.pause(0.5, hard=True) show masturbate_cum2 with dissolve $ renpy.pause(0.5, hard=True) hide masturbate_cum2 with dissolve $ renpy.pause(0.5, hard=True) show masturbate_cum2 with dissolve $ renpy.pause(0.5, hard=True) hide masturbate_cum2 with dissolve $ renpy.pause(0.5, hard=True) show masturbate_cum2 with dissolve $ renpy.pause(0.5, hard=True) # *cum (bạn thêm hiệu ứng nhấp nháy nhé ) . masturbate_cum3 scene white with dissolve show masturbate_cum3 with fast_dissolve $ renpy.pause(0.5, hard=True) hide masturbate_cum3 with fast_dissolve $ renpy.pause(0.5, hard=True) show masturbate_cum3 with fast_dissolve $ renpy.pause(0.5, hard=True) hide masturbate_cum3 with fast_dissolve $ renpy.pause(0.5, hard=True) show masturbate_cum3 with fast_dissolve $ renpy.pause(0.5, hard=True) hide masturbate_cum3 with fast_dissolve $ renpy.pause(0.5, hard=True) show masturbate_cum3 with dissolve $ renpy.pause(0.5, hard=True) stop music show masturbate_cum4 with dissolve Haruto "This feeling is hard to describe… " Haruto "I didn't expect ejaculation to be this good… let's continue… " # *Screen turns dark . 1-HandjobHigh.mp3 play music "audio/18sound/1-HandjobHigh.mp3" scene black with dissolve $ renpy.pause(3, hard=True) stop music show masturbate_cum5 with dissolve Haruto "Hah…ah…how many times have I cum already…?" Haruto "…it feels like no matter how many times I ejaculate it's not enough… " Haruto "…I wonder what it would feel like to have sex with a real girl?" Goddess_rabbit "..." # * Screen turns black # * haruto_inside_1 # * haruto_inside_2 scene black with dissolve play music "audio/18sound/1-HandjobHigh.mp3" $ renpy.pause(3, hard=True) show haruto_inside_1 with dissolve pause show haruto_inside_2 with dissolve pause show haruto_inside_3 with dissolve Haruto "Goddess! I'll shoot all my bullets into your can!!! " Haruto "Arghhh !!! " show haruto_inside_4 with dissolve Goddess_rabbit " Pervert… " # *Screen turns black. stop music scene black with dissolve # *Knock on the door. Hinata " Haruto. " Haruto "..." Hinata " Haruto!" Haruto " Eh…? " Haruto " How long are you going to sleep Haruto !!! " Haruto " !!! " Haruto "Mom's voice !? " scene mainroom_day_naruto with dissolve $ renpy.pause(1, hard=True) scene mainroom_day_naruto_blur with dissolve show haruto wakeup_1 with dissolve Haruto "I'm awake, mom …. " $ current_time = "mid_day" jump main_room_event else: Haruto "Let's go to sleep..." scene black with dissolve $ current_time = "morning" $ day += 1 $ waked_up = False jump main_room_event label floor_2_event: if current_time == "morning": # Điều kiện và cốt truyện if day == 1 and talked_with_naruto_first_day == False: scene floor_2_day_naruto with dissolve $ renpy.pause(1, hard=True) scene floor_2_day_naruto_blur with dissolve show boruto clothes_smile_2 with dissolve show haruto normal_3_clothes with dissolve Boruto "Good morning Haruto." show boruto normal_2 with dissolve show haruto normal_clothes_smile_1 with dissolve Haruto "Good morning Boruto." show boruto normal_2 with dissolve show haruto normal_clothes_smile_1 with dissolve Haruto '"Boruto is my older brother, we were not very close when we were young, but when we grew up, we became very close, he treats me like a younger brother."' # Normal 1, Boruto clothes smile 1 show boruto normal_2 with dissolve show haruto normal_clothes_smile_1 with dissolve Boruto "Why didn't you go to school yesterday? Did something happen?" # Boruto clothes smile 0, Normal 2 Clothes show boruto normal_2 with dissolve show haruto normal_4_clothes with dissolve Haruto "Eh… It's okay, don't worry..." # Normal 4 Clothes, Boruto normal 2 show boruto clothes_smile_2 with dissolve show haruto normal_2_clothes with dissolve Boruto "Okay, if you're having trouble, don't hesitate to tell me." # Boruto clothes smile 2, Normal 2 Clothes show boruto clothes_smile_1 with dissolve show haruto normal_clothes_smile_1 with dissolve Haruto "Y-yes, thank you." # Normal Clothes Smile 1, Boruto clothes smile 1 show boruto clothes_smile_3 with dissolve show haruto normal_1 with dissolve Boruto "We're brothers, don't be so polite." # Boruto clothes smile 3, Normal 1 Boruto "I'll go to school first Haruto, Sarada is waiting for me, I don't want her to be angry, haha." # Boruto clothes smile 3, Normal 1 show boruto clothes_smile_1 with dissolve show haruto normal_clothes_smile_1 with dissolve Haruto "Okay, see you at school." # Normal Clothes Smile 1, Boruto clothes smile 1 hide boruto clothes_smile_1 with dissolve $ renpy.pause(1, hard=True) show haruto normal_thinking_clothes_1 with dissolve Haruto '"Sarada, she is our neighbor, Boruto and Sarada have been close since they were kids, maybe they are dating."' hide haruto with dissolve $ talked_with_naruto_first_day = True scene floor_2_day_naruto with dissolve else: scene floor_2_day_naruto with dissolve # vùng click if able_to_change_time == False: $ result = renpy.imagemap("background/main_house/floor_2_day_naruto_unselected.png", "background/main_house/floor_2_day_naruto_selected.png", [(1211, 0, 1346, 119, "walkthrough"), (1553, 0, 1687, 116, "setting"), (496, 187, 757, 929, "main_room"), (797, 724, 1700, 1080, "hall")]) else: $ result = renpy.imagemap("background/main_house/floor_2_day_naruto_unselected.png", "background/main_house/floor_2_day_naruto_selected.png", [(778, 0, 899, 119, "time"), (1211, 0, 1346, 119, "walkthrough"), (1553, 0, 1687, 116, "setting"), (496, 187, 757, 929, "main_room"), (797, 724, 1700, 1080, "hall")]) elif current_time == "mid_day": # Điều kiện và cốt truyện if see_mom_after_masturbate == True and see_boruto_after_talk_with_mom == False: # *Mở cửa ra ngoài $ see_boruto_after_talk_with_mom = True scene floor_2_day_naruto with dissolve $ renpy.pause(1, hard=True) scene floor_2_day_naruto_blur with dissolve show haruto normal_3_clothes with dissolve show boruto normal_2 with dissolve Haruto "Brother Boruto ? " show haruto normal_4_clothes with dissolve show boruto clothes_smile_0 with dissolve Boruto "Are you okay? Do you need any help? " show haruto embrassing_2 with dissolve show boruto normal_2 with dissolve Haruto "Eh ?... I don't need any help a… " show haruto embrassing_4 with dissolve show boruto normal_talking_1 with dissolve Boruto "I know you came home very late last night. " show haruto normal_2_clothes with dissolve show boruto normal_talking_2 with dissolve Haruto "… " show haruto normal_4_clothes with dissolve show boruto clothes_smile_0 with dissolve Boruto "And I also heard the whole conversation between you and your mother." show haruto normal_2_clothes with dissolve show boruto normal_talking_1 with dissolve Boruto "If there's anything difficult, please share it with me." show haruto normal_clothes_smile_2 with dissolve show boruto normal_2 with dissolve Haruto "I'm fine, don't worry..." show haruto normal_2_clothes with dissolve show boruto normal_talking_1 with dissolve Boruto "*sigh" show haruto normal_2_clothes with dissolve show boruto clothes_smile_0 with dissolve Boruto "Okay, if you don't want to talk, then forget it." Boruto "But mom is really mad at you, you should go apologize to her." show haruto normal_1 with dissolve show boruto normal_2 with dissolve Haruto "Boruto has always cared for me like that..." Haruto "The Goddess said that she gave me the ability to read other people's minds, I have to test its ability." # *Option Đọc suy nghĩ của Boruto . haruto clothes_look_down_3 , Boruto normal 2 , npc_icon_1 , Floor 2 day naruto grey scene floor_2_day_naruto_grey with dissolve show haruto clothes_look_down_3 with dissolve show boruto normal_2 with dissolve show npc_icon_1 with dissolve show haruto clothes_amazing_1 with dissolve show boruto normal_2 with dissolve Haruto "..." Haruto "What is that thing that appeared on Boruto's head? Am I seeing things?" show haruto clothes_look_down_10 with dissolve show boruto normal_2 with dissolve "Failed . " show haruto clothes_amazing_5 with dissolve show boruto normal_2 with dissolve Haruto "Whose voice is that? " show haruto clothes_amazing_8 with dissolve show boruto normal_2 with dissolve Haruto "Did I hear wrong? " show haruto normal_1_clothes with dissolve show boruto normal_2 with dissolve Haruto "Try again. " # *Option Read Boruto's thoughts haruto clothes_look_down_3 , Boruto normal 2 show haruto clothes_look_down_3 with dissolve show boruto normal_2 with dissolve show haruto clothes_look_down_8 with dissolve show boruto normal_2 with dissolve "Failed. " # *Option Read Boruto's thoughts haruto clothes_look_down_3 , Boruto normal 2 show haruto clothes_look_down_3 with dissolve show boruto normal_2 with dissolve Haruto "One more time. " "Failed. " "Failed. " "Failed. " show haruto clothes_look_down_11 with dissolve show boruto normal_2 with dissolve Haruto "Do I really have the ability to read other people's thoughts!?" show haruto normal_2_clothes with dissolve show boruto normal_2 with dissolve Haruto "But I'm not mistaken, every time I use this ability, I can see something on Boruto's head. " Haruto "And that strange voice too, it sounds like a machine. " Haruto "I should ask Kaguya what they are… " scene floor_2_day_naruto_blur with dissolve show haruto normal_2_clothes with dissolve show boruto clothes_smile_2 with dissolve Boruto "Well bye Haruto, I have a date with Sarada. " show haruto normal_clothes_smile_1 with dissolve show boruto clothes_smile_1 with dissolve Haruto "Okay. " # *Boruto leaves . hide boruto with dissolve show haruto clothes_look_down_2 with dissolve Haruto "Let's try again with someone else, I hope Goddess Rabbit isn't lying. " jump floor_2_event else: scene floor_2_day_naruto with dissolve # vùng click if able_to_change_time == False: $ result = renpy.imagemap("background/main_house/floor_2_mid_day_naruto_unselected.png", "background/main_house/floor_2_mid_day_naruto_selected.png", [(1211, 0, 1346, 119, "walkthrough"), (1553, 0, 1687, 116, "setting"), (496, 187, 757, 929, "main_room"), (797, 724, 1700, 1080, "hall")]) else: $ result = renpy.imagemap("background/main_house/floor_2_mid_day_naruto_unselected.png", "background/main_house/floor_2_mid_day_naruto_selected.png", [(778, 0, 899, 119, "time"), (1211, 0, 1346, 119, "walkthrough"), (1553, 0, 1687, 116, "setting"), (496, 187, 757, 929, "main_room"), (797, 724, 1700, 1080, "hall")]) elif current_time == "afternoon": # nền scene floor_2_afternoon_naruto with dissolve # vùng click if able_to_change_time == False: $ result = renpy.imagemap("background/main_house/floor_2_afternoon_naruto_unselected.png", "background/main_house/floor_2_afternoon_naruto_selected.png", [(1211, 0, 1346, 119, "walkthrough"), (1553, 0, 1687, 116, "setting"), (496, 187, 757, 929, "main_room"), (797, 724, 1700, 1080, "hall")]) else: $ result = renpy.imagemap("background/main_house/floor_2_afternoon_naruto_unselected.png", "background/main_house/floor_2_afternoon_naruto_selected.png", [(778, 0, 899, 119, "time"), (1211, 0, 1346, 119, "walkthrough"), (1553, 0, 1687, 116, "setting"), (496, 187, 757, 929, "main_room"), (797, 724, 1700, 1080, "hall")]) elif current_time == "night": # nền scene floor_2_night_naruto with dissolve # vùng click if able_to_change_time == False: $ result = renpy.imagemap("background/main_house/floor_2_night_naruto_unselected.png", "background/main_house/floor_2_night_naruto_selected.png", [(1211, 0, 1346, 119, "walkthrough"), (1553, 0, 1687, 116, "setting"), (496, 187, 757, 929, "main_room"), (797, 724, 1700, 1080, "hall")]) else: $ result = renpy.imagemap("background/main_house/floor_2_night_naruto_unselected.png", "background/main_house/floor_2_night_naruto_selected.png", [(1211, 0, 1346, 119, "walkthrough"), (1553, 0, 1687, 116, "setting"), (496, 187, 757, 929, "main_room"), (797, 724, 1700, 1080, "hall")]) if result == "walkthrough": $ current_event = "floor_2_event" jump walkthrough_event elif result == "time": $ current_event = "floor_2_event" jump time_event elif result == "bag": jump bag_event elif result == "setting": $ renpy.call_screen("preferences") elif result == "boruto_room": jump boruto_room_event elif result == "main_room": jump main_room_event elif result == "parent_room": jump parent_room_event elif result == "work_room": jump work_room_event elif result == "himawari_room": jump himawari_room_event elif result == "hall": jump hall_event label handle_floor_2_event: jump floor_2_event label hall_event: # thời gian: # điều kiện: # thoại, nhân vật, nền # vùng click # thời gian: if current_time == "morning": # Điều kiện và cốt truyện # nền scene hall_day_naruto with dissolve # vùng click if able_to_change_time == False: $ result = renpy.imagemap("background/main_house/hall_day_naruto_unselected.png", "background/main_house/hall_day_naruto_selected.png", [(1211, 0, 1346, 119, "walkthrough"), (1553, 0, 1687, 116, "setting"), (190, 148, 383, 495, "pool"), (402, 167, 450, 551, "warehouse"), (462, 117, 513, 613, "laundry"), (614, 130, 944, 708, "second_floor"), (1062, 112, 1381, 949, "living_room"), (611, 977, 1083, 1044, "go_to_outside")]) else: $ result = renpy.imagemap("background/main_house/hall_day_naruto_unselected.png", "background/main_house/hall_day_naruto_selected.png", [(778, 0, 899, 119, "time"), (1211, 0, 1346, 119, "walkthrough"), (1553, 0, 1687, 116, "setting"), (190, 148, 383, 495, "pool"), (402, 167, 450, 551, "warehouse"), (462, 117, 513, 613, "laundry"), (614, 130, 944, 708, "second_floor"), (1062, 112, 1381, 949, "living_room"), (611, 977, 1083, 1044, "go_to_outside")]) elif current_time == "mid_day": # điều kiện: scene hall_day_naruto with dissolve # vùng click if able_to_change_time == False: $ result = renpy.imagemap("background/main_house/hall_mid_day_naruto_unselected.png", "background/main_house/hall_mid_day_naruto_selected.png", [(1211, 0, 1346, 119, "walkthrough"), (1553, 0, 1687, 116, "setting"), (190, 148, 383, 495, "pool"), (402, 167, 450, 551, "warehouse"), (462, 117, 513, 613, "laundry"), (614, 130, 944, 708, "second_floor"), (1062, 112, 1381, 949, "living_room"), (611, 977, 1083, 1044, "go_to_outside")]) else: $ result = renpy.imagemap("background/main_house/hall_mid_day_naruto_unselected.png", "background/main_house/hall_mid_day_naruto_selected.png", [(778, 0, 899, 119, "time"), (1211, 0, 1346, 119, "walkthrough"), (1553, 0, 1687, 116, "setting"), (190, 148, 383, 495, "pool"), (402, 167, 450, 551, "warehouse"), (462, 117, 513, 613, "laundry"), (614, 130, 944, 708, "second_floor"), (1062, 112, 1381, 949, "living_room"), (611, 977, 1083, 1044, "go_to_outside")]) elif current_time == "afternoon": # Điều kiện và cốt truyện scene hall_afternoon_naruto with dissolve # vùng click if able_to_change_time == False: $ result = renpy.imagemap("background/main_house/hall_afternoon_naruto_unselected.png", "background/main_house/hall_afternoon_naruto_selected.png", [(1211, 0, 1346, 119, "walkthrough"), (1553, 0, 1687, 116, "setting"), (190, 148, 383, 495, "pool"), (402, 167, 450, 551, "warehouse"), (462, 117, 513, 613, "laundry"), (614, 130, 944, 708, "second_floor"), (1062, 112, 1381, 949, "living_room"), (611, 977, 1083, 1044, "go_to_outside")]) else: $ result = renpy.imagemap("background/main_house/hall_afternoon_naruto_unselected.png", "background/main_house/hall_afternoon_naruto_selected.png", [(778, 0, 899, 119, "time"), (1211, 0, 1346, 119, "walkthrough"), (1553, 0, 1687, 116, "setting"), (190, 148, 383, 495, "pool"), (402, 167, 450, 551, "warehouse"), (462, 117, 513, 613, "laundry"), (614, 130, 944, 708, "second_floor"), (1062, 112, 1381, 949, "living_room"), (611, 977, 1083, 1044, "go_to_outside")]) elif current_time == "night": # Điều kiện và cốt truyện if decided_to_go_home == True and got_yelled_by_mom == False: $ got_yelled_by_mom = True # *Về nhà . House Outside night Naruto # *Đi vào nhà hall_night_naruto # *Background hall_night_naruto scene black with dissolve $ renpy.pause(1, hard=True) scene hall_night_naruto with dissolve $ renpy.pause(1, hard=True) scene hall_night_naruto_blur with dissolve show haruto clothes_amazing_1 with dissolve show hinata angry_5 with dissolve Hinata " Where have you been? You're back at this hour? " show haruto clothes_worry_1 with dissolve show hinata angry_6 with dissolve Haruto " Mom!? " show haruto normal_2_clothes with dissolve show hinata angry_6 with dissolve Haruto " She looks angry, I've rarely seen her this angry. " menu: # Option "Tell the truth": show haruto normal_4_clothes with dissolve show hinata amazing_1 with dissolve Haruto "I was bitten by a snake and passed out all afternoon, Mom. " show haruto normal_2_clothes with dissolve show hinata amazing_1 with dissolve Hinata "What...what? Did you get bitten by a snake? Where? Show me quickly." show haruto normal_clothes_smile_2 with dissolve show hinata worry_5 with dissolve Haruto "Eh! It's okay, Mom. I'm fine now." show haruto clothes_amazing_1 with dissolve show hinata suspect_2 with dissolve Hinata "Or are you lying to me? " show haruto normal_clothes_smile_2 with dissolve show hinata suspect_1 with dissolve Haruto "I'm telling the truth! " show haruto clothes_amazing with dissolve show hinata suspect_2 with dissolve Hinata "Then take off your pants and let me see. " show haruto clothes_look_down_1 with dissolve show hinata suspect_1 with dissolve Haruto "I have no choice. " show haruto look_down_your_pant_4 with dissolve show hinata suspect_1 with dissolve Haruto "I'll show you, this is the snake's teeth mark..." show rock_penis_1 with dissolve show hinata angry_7 with dissolve Haruto "Eh ? " show rock_penis_1 with dissolve Haruto "Why aren't there teeth marks !? " hide rock_penis_1 with dissolve show haruto look_down_your_pant_5 with dissolve show hinata angry_5 with dissolve Hinata "What? Why haven't you shown me yet? " show haruto clothes_look_down_1 with dissolve show hinata angry_6 with dissolve Haruto "Con… " show haruto clothes_look_down_1 with dissolve show hinata angry_8 with dissolve Hinata "Mom didn't expect you to lie to me Haruto, you've been a very obedient child since you were little, you make me very sad… " show haruto normal_4_clothes with dissolve show hinata angry_6 with dissolve Haruto "Mom, I don't have… " show haruto normal_2_clothes with dissolve show hinata angry_8 with dissolve Hinata "Okay, go inside, I've reheated the food, remember to wash the dishes after eating. " show haruto normal_4_clothes with dissolve show hinata angry_6 with dissolve Haruto "Y-yes… " # *Hinata leaves hide Hinata with dissolve show haruto clothes_look_down_1 with dissolve Haruto "She's really mad at me, I should find a chance to apologize to her… " hide haruto with dissolve scene black with dissolve $ renpy.pause(3, hard=True) "After dinner and a bath." jump hall_event "Lie": show haruto normal_clothes_smile_2 with dissolve show hinata angry_6 with dissolve Haruto " I have to stay in class today to help Konohamaru-sensei with some chores, Mom. " show haruto normal_2_clothes with dissolve show hinata angry_5 with dissolve Hinata " Is it that late? " show haruto normal_clothes_smile_3 with dissolve show hinata angry_6 with dissolve Haruto " Yes… " show haruto normal_2_clothes with dissolve show hinata angry_7 with dissolve Hinata " … " show haruto clothes_amazing_1 with dissolve show hinata angry_5 with dissolve Hinata " This afternoon, Konohamaru-sensei is coming to our house to play. " show haruto clothes_amazing_1 with dissolve show hinata angry_6 with dissolve Haruto " !!? " show haruto clothes_amazing_1 with dissolve show hinata angry_6 with dissolve Haruto " Oh no! " show haruto clothes_look_down_1 with dissolve show hinata angry_8 with dissolve Hinata " Mom didn't expect you to lie to me Haruto, you've been a very obedient child since you were little, you make me very sad ... " show haruto normal_4_clothes with dissolve show hinata angry_6 with dissolve Haruto " Mom, I don't have ... " show haruto normal_2_clothes with dissolve show hinata angry_8 with dissolve Hinata " Okay, come inside, I've reheated the food, remember to wash the dishes after eating. " show haruto normal_4_clothes with dissolve show hinata angry_6 with dissolve Haruto " Y-yes… " # *Hinata leaves hide hinata with dissolve show haruto clothes_look_down_1 with dissolve Haruto " She's really mad at me, I should find a chance to apologize to her… " hide haruto with dissolve scene black with dissolve $ renpy.pause(3, hard=True) " After dinner and a bath ." jump hall_event else: scene hall_night_naruto with dissolve # vùng click if able_to_change_time == False: $ result = renpy.imagemap("background/main_house/hall_night_naruto_unselected.png", "background/main_house/hall_night_naruto_selected.png", [(1211, 0, 1346, 119, "walkthrough"), (1553, 0, 1687, 116, "setting"), (190, 148, 383, 495, "pool"), (402, 167, 450, 551, "warehouse"), (462, 117, 513, 613, "laundry"), (614, 130, 944, 708, "second_floor"), (1062, 112, 1381, 949, "living_room"), (611, 977, 1083, 1044, "go_to_outside")]) else: $ result = renpy.imagemap("background/main_house/hall_night_naruto_unselected.png", "background/main_house/hall_night_naruto_selected.png", [(1211, 0, 1346, 119, "walkthrough"), (1553, 0, 1687, 116, "setting"), (190, 148, 383, 495, "pool"), (402, 167, 450, 551, "warehouse"), (462, 117, 513, 613, "laundry"), (614, 130, 944, 708, "second_floor"), (1062, 112, 1381, 949, "living_room"), (611, 977, 1083, 1044, "go_to_outside")]) if result == "walkthrough": $ current_event = "hall_event" jump walkthrough_event elif result == "time": $ current_event = "hall_event" jump time_event elif result == "bag": jump bag_event elif result == "setting": $ renpy.call_screen("preferences") elif result == "pool": if first_time_saw_himawari_shower == True and first_time_have_break_fast == False: scene hall_day_naruto with dissolve $ renpy.pause(1, hard=True) show haruto normal_1_clothes with dissolve Haruto "I should go to the living room for breakfast." jump hall_event else: jump pool_event elif result == "warehouse": if first_time_saw_himawari_shower == True and first_time_have_break_fast == False: scene hall_day_naruto with dissolve $ renpy.pause(1, hard=True) show haruto normal_1_clothes with dissolve Haruto "I should go to the living room for breakfast." jump hall_event else: jump warehouse_event elif result == "laundry": if first_time_saw_himawari_shower == True and first_time_have_break_fast == False: scene hall_day_naruto with dissolve $ renpy.pause(1, hard=True) show haruto normal_1_clothes with dissolve Haruto "I should go to the living room for breakfast." jump hall_event else: jump laundry_room_event elif result == "second_floor": if first_time_saw_himawari_shower == True and first_time_have_break_fast == False: scene hall_day_naruto with dissolve $ renpy.pause(1, hard=True) show haruto normal_1_clothes with dissolve Haruto "I should go to the living room for breakfast." jump hall_event else: jump floor_2_event elif result == "living_room": jump living_room_event elif result == "go_to_outside": if first_time_saw_himawari_shower == True and first_time_have_break_fast == False: scene hall_day_naruto with dissolve $ renpy.pause(1, hard=True) show haruto normal_1_clothes with dissolve Haruto "I should go to the living room for breakfast." jump hall_event else: jump house_outside_event label handle_hall_event: jump hall_event label living_room_event: # thời gian: # điều kiện: # thoại, nhân vật, nền # vùng click if current_time == "morning": # Điều kiện và cốt truyện scene living_room_day_naruto with dissolve show hinata 2_kitchen_morning with dissolve # vùng click if able_to_change_time == False: $ result = renpy.imagemap("background/main_house/living_room_day_naruto_hinata_unselected.png", "background/main_house/living_room_day_naruto_hinata_selected.png", [(1211, 0, 1346, 119, "walkthrough"), (1553, 0, 1687, 116, "setting"), ( 895, 140, 1623, 697, "kitchen"), ( 613, 978, 1085, 1043, "hallway")]) else: $ result = renpy.imagemap("background/main_house/living_room_day_naruto_hinata_unselected.png", "background/main_house/living_room_day_naruto_hinata_selected.png", [(778, 0, 899, 119, "time"), (1211, 0, 1346, 119, "walkthrough"), (1553, 0, 1687, 116, "setting"), ( 895, 140, 1623, 697, "kitchen"), ( 613, 978, 1085, 1043, "hallway")]) elif current_time == "mid_day": # Điều kiện và cốt truyện scene living_room_day_naruto with dissolve # vùng click if able_to_change_time == False: $ result = renpy.imagemap("background/main_house/living_room_mid_day_naruto_unselected.png", "background/main_house/living_room_mid_day_naruto_selected.png", [(1211, 0, 1346, 119, "walkthrough"), (1553, 0, 1687, 116, "setting"), ( 895, 140, 1623, 697, "kitchen"), ( 613, 978, 1085, 1043, "hallway")]) else: $ result = renpy.imagemap("background/main_house/living_room_mid_day_naruto_unselected.png", "background/main_house/living_room_mid_day_naruto_selected.png", [(778, 0, 899, 119, "time"), (1211, 0, 1346, 119, "walkthrough"), (1553, 0, 1687, 116, "setting"), ( 895, 140, 1623, 697, "kitchen"), ( 613, 978, 1085, 1043, "hallway")]) elif current_time == "afternoon": # Điều kiện và cốt truyện scene living_room_afternoon_naruto with dissolve show hinata 2_kitchen_afternoon with dissolve # vùng click if able_to_change_time == False: $ result = renpy.imagemap("background/main_house/living_room_afternoon_naruto_hinata_unselected.png", "background/main_house/living_room_afternoon_naruto_hinata_selected.png", [(1211, 0, 1346, 119, "walkthrough"), (1553, 0, 1687, 116, "setting"), ( 895, 140, 1623, 697, "kitchen"), ( 613, 978, 1085, 1043, "hallway")]) else: $ result = renpy.imagemap("background/main_house/living_room_afternoon_naruto_hinata_unselected.png", "background/main_house/living_room_afternoon_naruto_hinata_selected.png", [(778, 0, 899, 119, "time"), (1211, 0, 1346, 119, "walkthrough"), (1553, 0, 1687, 116, "setting"), ( 895, 140, 1623, 697, "kitchen"), ( 613, 978, 1085, 1043, "hallway")]) elif current_time == "night": # Điều kiện và cốt truyện scene living_room_night_naruto with dissolve # vùng click if able_to_change_time == False: $ result = renpy.imagemap("background/main_house/living_room_night_naruto_unselected.png", "background/main_house/living_room_night_naruto_selected.png", [(1211, 0, 1346, 119, "walkthrough"), (1553, 0, 1687, 116, "setting"), ( 895, 140, 1623, 697, "kitchen"), ( 613, 978, 1085, 1043, "hallway")]) else: $ result = renpy.imagemap("background/main_house/living_room_night_naruto_unselected.png", "background/main_house/living_room_night_naruto_selected.png", [(1211, 0, 1346, 119, "walkthrough"), (1553, 0, 1687, 116, "setting"), ( 895, 140, 1623, 697, "kitchen"), ( 613, 978, 1085, 1043, "hallway")]) if result == "walkthrough": $ current_event = "living_room_event" jump walkthrough_event elif result == "time": $ current_event = "living_room_event" jump time_event elif result == "bag": jump bag_event elif result == "setting": $ renpy.call_screen("preferences") elif result == "kitchen": jump kitchen_event elif result == "hallway": jump hall_event label handle_living_room_event: jump living_room_event label laundry_room_event: # thời gian: # điều kiện: # thoại, nhân vật, nền # vùng click if current_time == "morning": # Điều kiện và cốt truyện if first_time_saw_himawari_shower == False: # nền play music "audio/others/shower.mp3" scene laundry_room_steam_naruto with dissolve $ renpy.pause(1, hard=True) scene laundry_room_steam_naruto_blur with dissolve show haruto normal_4_clothes menu: Haruto "Is there someone in the bathroom?" "Looking into the bathroom": $ first_time_saw_himawari_shower = True scene black with dissolve $ renpy.pause(1, hard=True) show himawari_shower_1 with dissolve $ renpy.pause(1.5, hard=True) Haruto '"Shit, so it is Himawari!"' show himawari_shower_2 with dissolve $ renpy.pause(1.5, hard=True) show himawari_shower_3 with dissolve Haruto '"..."' Haruto '"She is so pretty…her tits are big too, like mother, like daughter…"' menu: "Continue watching": show himawari_shower_5 with dissolve $ renpy.pause(1.5, hard=True) menu: "Leave": $ renpy.pause(1.5, hard=True) show himawari_shower_4 with dissolve Haruto '"Shit! She saw me!"' $ got_cautch_by_himawari = True Haruto '"I have to leave this place now!"' stop music scene black with dissolve $ renpy.pause(1, hard=True) scene hall_day_naruto with dissolve $ renpy.pause(1, hard=True) scene hall_day_naruto_blur with dissolve show haruto normal_2_clothes with dissolve Haruto '"I hope Himawari does not find out, she already hates me, if she sees me peeking at her bathing, I will definitely get beaten up."' show haruto look_down_your_pant_1 with dissolve Haruto '"..."' show haruto look_down_your_pant_2 with dissolve Haruto '"It seems like he still has not reacted..."' Haruto '"Even though I saw my daughter naked, my penis still did not react a bit at all…."' show haruto look_down_your_pant_3 with dissolve Haruto '"Sigh, that is right, I am impotent."' show haruto look_down_your_pant_2 with dissolve Haruto '"For the past 19 years, I do not know what it feels like to have an erection. My parents have taken me to many large and small hospitals for treatment, but they still can not cure me."' Haruto '"For a man, being impotent is no different from the greatest humiliation, and I feel the same way."' show haruto clothes_sad_1 with dissolve Haruto '"I wish I could have a girlfriend, have a small family of my own, but I know I can not."' show haruto clothes_sad_3 with dissolve Haruto '"Although I am sad, I still have to accept the truth."' hide haruto with dissolve jump hall_event "Leave": $ renpy.pause(1.5, hard=True) show himawari_shower_4 with dissolve Haruto '"Shit! She saw me!"' $ got_cautch_by_himawari = True Haruto '"I have to leave this place now!"' stop music scene black with dissolve $ renpy.pause(1, hard=True) scene hall_day_naruto with dissolve $ renpy.pause(1, hard=True) scene hall_day_naruto_blur with dissolve show haruto normal_2_clothes with dissolve Haruto '"I hope Himawari does not find out, she already hates me, if she sees me peeking at her bathing, I will definitely get beaten up."' show haruto look_down_your_pant_1 with dissolve Haruto '"..."' show haruto look_down_your_pant_2 with dissolve Haruto '"It seems like he still has not reacted..."' Haruto '"Even though I saw my daughter naked, my penis still did not react a bit at all…."' show haruto look_down_your_pant_3 with dissolve Haruto '"Sigh, that is right, I am impotent."' show haruto look_down_your_pant_2 with dissolve Haruto '"For the past 19 years, I do not know what it feels like to have an erection. My parents have taken me to many large and small hospitals for treatment, but they still can not cure me."' Haruto '"For a man, being impotent is no different from the greatest humiliation, and I feel the same way."' show haruto clothes_sad_1 with dissolve Haruto '"I wish I could have a girlfriend, have a small family of my own, but I know I can not."' show haruto clothes_sad_3 with dissolve Haruto '"Although I am sad, I still have to accept the truth."' hide haruto with dissolve jump hall_event else: # Điều kiện và cốt truyện scene laundry_room_day_naruto with dissolve # vùng click if able_to_change_time == False: $ result = renpy.imagemap("background/main_house/laundry_room_day_naruto_unselected.png", "background/main_house/laundry_room_day_naruto_selected.png", [(1211, 0, 1346, 119, "walkthrough"), (1553, 0, 1687, 116, "setting"), (190, 148, 383, 495, "pool"), (1314, 117, 1700, 1080, "wc"), (614, 978, 1084, 1041, "back_to_hallway")]) else: $ result = renpy.imagemap("background/main_house/laundry_room_day_naruto_unselected.png", "background/main_house/laundry_room_day_naruto_selected.png", [(778, 0, 899, 119, "time"), (1211, 0, 1346, 119, "walkthrough"), (1553, 0, 1687, 116, "setting"), (190, 148, 383, 495, "pool"), (1314, 117, 1700, 1080, "wc"), (614, 978, 1084, 1041, "back_to_hallway")]) elif current_time == "mid_day": # Điều kiện và cốt truyện scene laundry_room_day_naruto with dissolve # vùng click if able_to_change_time == False: $ result = renpy.imagemap("background/main_house/laundry_room_mid_day_naruto_unselected.png", "background/main_house/laundry_room_mid_day_naruto_selected.png", [(1211, 0, 1346, 119, "walkthrough"), (1553, 0, 1687, 116, "setting"), (190, 148, 383, 495, "pool"), (1314, 117, 1700, 1080, "wc"), (614, 978, 1084, 1041, "back_to_hallway")]) else: $ result = renpy.imagemap("background/main_house/laundry_room_mid_day_naruto_unselected.png", "background/main_house/laundry_room_mid_day_naruto_selected.png", [(778, 0, 899, 119, "time"), (1211, 0, 1346, 119, "walkthrough"), (1553, 0, 1687, 116, "setting"), (190, 148, 383, 495, "pool"), (1314, 117, 1700, 1080, "wc"), (614, 978, 1084, 1041, "back_to_hallway")]) elif current_time == "afternoon": # Điều kiện và cốt truyện scene laundry_room_afternoon_naruto with dissolve # vùng click if able_to_change_time == False: $ result = renpy.imagemap("background/main_house/laundry_room_afternoon_naruto_unselected.png", "background/main_house/laundry_room_afternoon_naruto_selected.png", [(1211, 0, 1346, 119, "walkthrough"), (1553, 0, 1687, 116, "setting"), (190, 148, 383, 495, "pool"), (1314, 117, 1700, 1080, "wc"), (614, 978, 1084, 1041, "back_to_hallway")]) else: $ result = renpy.imagemap("background/main_house/laundry_room_afternoon_naruto_unselected.png", "background/main_house/laundry_room_afternoon_naruto_selected.png", [(778, 0, 899, 119, "time"), (1211, 0, 1346, 119, "walkthrough"), (1553, 0, 1687, 116, "setting"), (190, 148, 383, 495, "pool"), (1314, 117, 1700, 1080, "wc"), (614, 978, 1084, 1041, "back_to_hallway")]) elif current_time == "night": # Điều kiện và cốt truyện scene laundry_room_night_naruto with dissolve # vùng click if able_to_change_time == False: $ result = renpy.imagemap("background/main_house/laundry_room_night_naruto_unselected.png", "background/main_house/laundry_room_night_naruto_selected.png", [(1211, 0, 1346, 119, "walkthrough"), (1553, 0, 1687, 116, "setting"), (190, 148, 383, 495, "pool"), (1314, 117, 1700, 1080, "wc"), (614, 978, 1084, 1041, "back_to_hallway")]) else: $ result = renpy.imagemap("background/main_house/laundry_room_night_naruto_unselected.png", "background/main_house/laundry_room_night_naruto_selected.png", [(1211, 0, 1346, 119, "walkthrough"), (1553, 0, 1687, 116, "setting"), (190, 148, 383, 495, "pool"), (1314, 117, 1700, 1080, "wc"), (614, 978, 1084, 1041, "back_to_hallway")]) if result == "walkthrough": $ current_event = "laundry_room_event" jump walkthrough_event elif result == "time": $ current_event = "laundry_room_event" jump time_event elif result == "bag": jump bag_event elif result == "setting": $ renpy.call_screen("preferences") elif result == "wc": jump wc_event elif result == "back_to_hallway": jump hall_event label handle_laundry_room_event: jump laundry_room_event label wc_event: # thời gian: # điều kiện: # thoại, nhân vật, nền # vùng click if current_time == "morning": # Điều kiện và cốt truyện scene wc_day_naruto with dissolve # vùng click if able_to_change_time == False: $ result = renpy.imagemap("background/main_house/wc_naruto_day_unselected.png", "background/main_house/wc_naruto_day_selected.png", [(1211, 0, 1346, 119, "walkthrough"), (1553, 0, 1687, 116, "setting"), (613, 978, 1085, 1042, "back_to_laundry_room")]) else: $ result = renpy.imagemap("background/main_house/wc_naruto_day_unselected.png", "background/main_house/wc_naruto_day_selected.png", [(778, 0, 899, 119, "time"), (1211, 0, 1346, 119, "walkthrough"), (1553, 0, 1687, 116, "setting"), (613, 978, 1085, 1042, "back_to_laundry_room")]) if current_time == "mid_day": # Điều kiện và cốt truyện scene wc_day_naruto with dissolve # vùng click if able_to_change_time == False: $ result = renpy.imagemap("background/main_house/wc_naruto_mid_day_unselected.png", "background/main_house/wc_naruto_mid_day_selected.png", [(1211, 0, 1346, 119, "walkthrough"), (1553, 0, 1687, 116, "setting"), (613, 978, 1085, 1042, "back_to_laundry_room")]) else: $ result = renpy.imagemap("background/main_house/wc_naruto_mid_day_unselected.png", "background/main_house/wc_naruto_mid_day_selected.png", [(778, 0, 899, 119, "time"), (1211, 0, 1346, 119, "walkthrough"), (1553, 0, 1687, 116, "setting"), (613, 978, 1085, 1042, "back_to_laundry_room")]) elif current_time == "afternoon": # Điều kiện và cốt truyện scene wc_afternoon_naruto with dissolve # vùng click if able_to_change_time == False: $ result = renpy.imagemap("background/main_house/wc_naruto_afternoon_unselected.png", "background/main_house/wc_naruto_afternoon_selected.png", [(1211, 0, 1346, 119, "walkthrough"), (1553, 0, 1687, 116, "setting"), (613, 978, 1085, 1042, "back_to_laundry_room")]) else: $ result = renpy.imagemap("background/main_house/wc_naruto_afternoon_unselected.png", "background/main_house/wc_naruto_afternoon_selected.png", [(778, 0, 899, 119, "time"), (1211, 0, 1346, 119, "walkthrough"), (1553, 0, 1687, 116, "setting"), (613, 978, 1085, 1042, "back_to_laundry_room")]) elif current_time == "night": scene wc_night_naruto with dissolve # vùng click if able_to_change_time == False: $ result = renpy.imagemap("background/main_house/wc_naruto_night_unselected.png", "background/main_house/wc_naruto_night_selected.png", [(1211, 0, 1346, 119, "walkthrough"), (1553, 0, 1687, 116, "setting"), (613, 978, 1085, 1042, "back_to_laundry_room")]) else: $ result = renpy.imagemap("background/main_house/wc_naruto_night_unselected.png", "background/main_house/wc_naruto_night_selected.png", [(1211, 0, 1346, 119, "walkthrough"), (1553, 0, 1687, 116, "setting"), (613, 978, 1085, 1042, "back_to_laundry_room")]) if result == "walkthrough": $ current_event = "wc_event" jump walkthrough_event elif result == "time": $ current_event = "wc_event" jump time_event elif result == "bag": jump bag_event elif result == "setting": $ renpy.call_screen("preferences") elif result == "back_to_laundry_room": jump laundry_room_event label handle_wc_event: jump wc_event label house_outside_event: # thời gian: # điều kiện: # thoại, nhân vật, nền # vùng click # thời gian: if current_time == "morning": # điều kiện: if got_blamed_by_himawari == True and decided_to_go_to_denki_house == False: $ decided_to_go_to_denki_house = True # * Đi ra ngoài nhà scene black with dissolve $ renpy.pause(1, hard=True) scene haruto outside_1 with dissolve Haruto "Let's go to Denki's house, I don't think he'll oversleep." window hide show denki_house_location with dissolve $ renpy.pause(1, hard=True) window show "Unlock new area" jump bigmap_event else: # nền scene house_outside_day_naruto with dissolve # vùng click if able_to_change_time == False: $ result = renpy.imagemap("background/main_house/house_outside_day_naruto_unselected.png", "background/main_house/house_outside_day_naruto_selected.png", [(4, 0, 138, 135, "map"), (1211, 0, 1346, 119, "walkthrough"), (1553, 0, 1687, 116, "setting"), (798, 519, 899, 734, "hall")]) else: $ result = renpy.imagemap("background/main_house/house_outside_day_naruto_unselected.png", "background/main_house/house_outside_day_naruto_selected.png", [(778, 0, 899, 119, "time"), (4, 0, 138, 135, "map"), (1211, 0, 1346, 119, "walkthrough"), (1553, 0, 1687, 116, "setting"), (798, 519, 899, 734, "hall")]) # thời gian: elif current_time == "mid_day": # điều kiện: # nền scene house_outside_day_naruto with dissolve # vùng click if able_to_change_time == False: $ result = renpy.imagemap("background/main_house/house_outside_mid_day_naruto_unselected.png", "background/main_house/house_outside_mid_day_naruto_selected.png", [(4, 0, 138, 135, "map"), (1211, 0, 1346, 119, "walkthrough"), (1553, 0, 1687, 116, "setting"), (798, 519, 899, 734, "hall")]) else: $ result = renpy.imagemap("background/main_house/house_outside_mid_day_naruto_unselected.png", "background/main_house/house_outside_mid_day_naruto_selected.png", [(778, 0, 899, 119, "time"), (4, 0, 138, 135, "map"), (1211, 0, 1346, 119, "walkthrough"), (1553, 0, 1687, 116, "setting"), (798, 519, 899, 734, "hall")]) # thời gian: elif current_time == "afternoon": # điều kiện: # nền scene house_outside_afternoon_naruto with dissolve # vùng click if able_to_change_time == False: $ result = renpy.imagemap("background/main_house/house_outside_afternoon_naruto_unselected.png", "background/main_house/house_outside_afternoon_naruto_selected.png", [(4, 0, 138, 135, "map"), (1211, 0, 1346, 119, "walkthrough"), (1553, 0, 1687, 116, "setting"), (798, 519, 899, 734, "hall")]) else: $ result = renpy.imagemap("background/main_house/house_outside_afternoon_naruto_unselected.png", "background/main_house/house_outside_afternoon_naruto_selected.png", [(778, 0, 899, 119, "time"), (4, 0, 138, 135, "map"), (1211, 0, 1346, 119, "walkthrough"), (1553, 0, 1687, 116, "setting"), (798, 519, 899, 734, "hall")]) # thời gian: elif current_time == "night": # điều kiện: # nền scene house_outside_night_naruto with dissolve # vùng click if able_to_change_time == False: $ result = renpy.imagemap("background/main_house/house_outside_night_naruto_unselected.png", "background/main_house/house_outside_night_naruto_selected.png", [(4, 0, 138, 135, "map"), (1211, 0, 1346, 119, "walkthrough"), (1553, 0, 1687, 116, "setting"), (798, 519, 899, 734, "hall")]) else: $ result = renpy.imagemap("background/main_house/house_outside_night_naruto_unselected.png", "background/main_house/house_outside_night_naruto_selected.png", [(4, 0, 138, 135, "map"), (1211, 0, 1346, 119, "walkthrough"), (1553, 0, 1687, 116, "setting"), (798, 519, 899, 734, "hall")]) if result == "map": jump bigmap_event elif result == "walkthrough": $ current_event = "house_outside_event" jump walkthrough_event elif result == "time": $ current_event = "house_outside_event" jump time_event elif result == "bag": jump bag_event elif result == "setting": $ renpy.call_screen("preferences") elif result == "hall": jump hall_event label handle_house_outside_event: jump house_outside_event label kitchen_event: # thời gian: # điều kiện: # thoại, nhân vật, nền # vùng click if current_time == "morning": # nền scene kitchen_day_naruto with dissolve show hinata kitchen_morning with dissolve # Điều kiện và cốt truyện if True: pass # vùng click if able_to_change_time == False: $ result = renpy.imagemap("background/main_house/kitchen_day_naruto_hinata_unselected.png", "background/main_house/kitchen_day_naruto_hinata_selected.png", [(1211, 0, 1346, 119, "walkthrough"), (1553, 0, 1687, 116, "setting"), (611, 978, 1083, 1041, "living_room"), (796, 142, 1391, 976, "hinata")]) else: $ result = renpy.imagemap("background/main_house/kitchen_day_naruto_hinata_unselected.png", "background/main_house/kitchen_day_naruto_hinata_selected.png", [(778, 0, 899, 119, "time"), (1211, 0, 1346, 119, "walkthrough"), (1553, 0, 1687, 116, "setting"), (611, 978, 1083, 1041, "living_room"), (796, 142, 1391, 976, "hinata")]) elif current_time == "mid_day": scene kitchen_day_naruto with dissolve if able_to_change_time == False: $ result = renpy.imagemap("background/main_house/kitchen_mid_day_naruto_unselected.png", "background/main_house/kitchen_mid_day_naruto_selected.png", [(1211, 0, 1346, 119, "walkthrough"), (1553, 0, 1687, 116, "setting"), (611, 978, 1083, 1041, "living_room")]) else: $ result = renpy.imagemap("background/main_house/kitchen_mid_day_naruto_unselected.png", "background/main_house/kitchen_mid_day_naruto_selected.png", [(778, 0, 899, 119, "time"), (1211, 0, 1346, 119, "walkthrough"), (1553, 0, 1687, 116, "setting"), (611, 978, 1083, 1041, "living_room")]) elif current_time == "afternoon": scene kitchen_afternoon_naruto with dissolve show hinata kitchen_afternoon with dissolve if able_to_change_time == False: $ result = renpy.imagemap("background/main_house/kitchen_afternoon_naruto_hinata_unselected.png", "background/main_house/kitchen_afternoon_naruto_hinata_selected.png", [(1211, 0, 1346, 119, "walkthrough"), (1553, 0, 1687, 116, "setting"), (611, 978, 1083, 1041, "living_room"), (265, 124, 931, 968, "hinata")]) else: $ result = renpy.imagemap("background/main_house/kitchen_afternoon_naruto_hinata_unselected.png", "background/main_house/kitchen_afternoon_naruto_hinata_selected.png", [(778, 0, 899, 119, "time"), (1211, 0, 1346, 119, "walkthrough"), (1553, 0, 1687, 116, "setting"), (611, 978, 1083, 1041, "living_room"), (265, 124, 931, 968, "hinata")]) elif current_time == "night": scene kitchen_night_naruto with dissolve if able_to_change_time == False: $ result = renpy.imagemap("background/main_house/kitchen_night_naruto_unselected.png", "background/main_house/kitchen_night_naruto_selected.png", [(1211, 0, 1346, 119, "walkthrough"), (1553, 0, 1687, 116, "setting"), (611, 978, 1083, 1041, "living_room")]) else: $ result = renpy.imagemap("background/main_house/kitchen_night_naruto_unselected.png", "background/main_house/kitchen_night_naruto_selected.png", [(1211, 0, 1346, 119, "walkthrough"), (1553, 0, 1687, 116, "setting"), (611, 978, 1083, 1041, "living_room")]) if result == "walkthrough": $ current_event = "kitchen_event" jump walkthrough_event elif result == "time": $ current_event = "kitchen_event" jump time_event elif result == "bag": jump bag_event elif result == "setting": $ renpy.call_screen("preferences") elif result == "living_room": jump living_room_event elif result == "hinata": jump hinata_event label handle_kitchen_event: jump kitchen_event label hinata_event: # điều kiện if got_cautch_by_himawari == True and got_blamed_by_himawari == False: $ got_blamed_by_himawari = True $ first_time_have_break_fast = True scene kitchen_day_naruto with dissolve $ renpy.pause(1, hard=True) scene kitchen_day_naruto_blur with dissolve show haruto normal_clothes_smile_1 with dissolve show hinata smile_2 with dissolve Haruto "Good morning, Mommy." show haruto normal_1 with dissolve show hinata smile_1 with dissolve Hinata "Oh, you're awake Haruto, come here and have breakfast." scene black with dissolve $ renpy.pause(1, hard=True) scene kitchen_day_naruto with dissolve $ renpy.pause(1, hard=True) scene kitchen_day_naruto_blur with dissolve show haruto normal_clothes_smile_1 with dissolve show hinata smile_2 with dissolve Haruto "It's still great as always, mom's cooking is the best!" show haruto normal_1 with dissolve show hinata smile_1 with dissolve Hinata "Thank you, honey." # *Sound of door opening. show haruto clothes_amazing_1 with dissolve show hinata normal_1 behind haruto with dissolve show himawari angry_1 with moveinright Himawari "Hey, pervert, did you just peek at me bathing?" show haruto normal_4_clothes with dissolve show hinata worry_1 with dissolve show himawari angry_2 with dissolve Haruto "Wh…what!? Of course not, … Why would you peek at me bathing?" show haruto normal_2_clothes with dissolve show himawari angry_1 with dissolve Himawari "I clearly saw a figure outside the bathroom door, who else could it be but you?" show haruto clothes_look_down_1 with dissolve Haruto '"...I have to deny it at all costs, or else I am done for."' show haruto clothes_serious_2 with dissolve show hinata worry_2 with dissolve Haruto "At times like this, you should look straight into the other person's eyes and say..." show haruto vow_1 with dissolve show hinata worry_3 with dissolve show himawari angry_1 with dissolve Haruto "I didn't look, I swear..." show haruto vow_2 with dissolve show hinata worry_1 with dissolve show himawari thinking_1 with dissolve Himawari "..." show haruto vow_3 with dissolve show hinata worry_4 with dissolve show himawari distrust_1 with dissolve Himawari "Who would believe you." show haruto normal_2_clothes with dissolve show hinata angry_1 with dissolve show himawari amazing_1 with dissolve Hinata "Okay Himawari, Haruto has been eating breakfast with mom for a while now, mom is a witness." show hinata angry_4 with dissolve show himawari angry_2 with dissolve Himawari "But…" show haruto normal_4_clothes with dissolve show hinata angry_2 with dissolve show himawari amazing_1 with dissolve Hinata "Don't blame Haruto like that, did you forget that Haruto is impotent?" show haruto clothes_look_down_1 with dissolve show hinata worry_3 with dissolve show himawari thinking_2 with dissolve Everyone "..." show hinata look_down_1 with dissolve Hinata "Mom... I'm sorry Haruto, I accidentally said something..." show haruto normal_clothes_smile_2 with dissolve show hinata worry_2 with dissolve show himawari thinking_3 with dissolve Haruto "It's okay Mom, I understand..." show haruto normal_3_clothes with dissolve show hinata worry_1 with dissolve show himawari thinking_4 with dissolve Himawari "Okay... okay, I'll forgive you this time..." scene black with dissolve scene kitchen_day_naruto with dissolve show haruto clothes_look_down_2 with dissolve show hinata smile_2 with dissolve Haruto "Luckily, mom protected me..." show haruto normal_clothes_smile_1 with dissolve Haruto "It's time, I'm going to school." show haruto normal_1 with dissolve show hinata smile_1 with dissolve Hinata "Okay, see you in the afternoon, honey." jump kitchen_event else: if current_time == "morning": Hinata "Good morning Haruto..." elif current_time == "mid_day": Hinata "Good afternoon Haruto..." elif current_time == "afternoon": Hinata "Good afternoon Haruto..." elif current_time == "night": Hinata "Good evening Haruto..." jump kitchen_event label bigmap_event: window hide # (411, 226, 502, 373, "three_house"), # (1119, 330, 1210, 423, "gray_house"), if current_time == "morning": if unlock_school_location == False: show big_map_1 with dissolve else: show big_map with dissolve if able_to_change_time == False: if unlock_school_location == False: $ result = renpy.imagemap("bigmap_day_unselected.png", "bigmap_day_selected.png", [(1211, 0, 1346, 119, "walkthrough"), (1553, 0, 1687, 116, "setting"), (1045, 336, 1116, 424, "denki_house"), (1220, 390, 1350, 503, "house")]) else: $ result = renpy.imagemap("bigmap_day_unselected.png", "bigmap_day_selected.png", [(1211, 0, 1346, 119, "walkthrough"), (1553, 0, 1687, 116, "setting"), (503, 244, 716, 452, "school"), (1045, 336, 1116, 424, "denki_house"), (1220, 390, 1350, 503, "house")]) else: $ result = renpy.imagemap("bigmap_day_unselected.png", "bigmap_day_selected.png", [(778, 0, 899, 119, "time"), (1211, 0, 1346, 119, "walkthrough"), (1553, 0, 1687, 116, "setting"), (503, 244, 716, 452, "school"), (1045, 336, 1116, 424, "denki_house"), (1220, 390, 1350, 503, "house")]) elif current_time == "mid_day": show big_map with dissolve if able_to_change_time == False: $ result = renpy.imagemap("bigmap_mid_day_unselected.png", "bigmap_mid_day_selected.png", [(1211, 0, 1346, 119, "walkthrough"), (1553, 0, 1687, 116, "setting"), (503, 244, 716, 452, "school"), (1045, 336, 1116, 424, "denki_house"), (1220, 390, 1350, 503, "house")]) else: $ result = renpy.imagemap("bigmap_mid_day_unselected.png", "bigmap_mid_day_selected.png", [(778, 0, 899, 119, "time"), (1211, 0, 1346, 119, "walkthrough"), (1553, 0, 1687, 116, "setting"), (503, 244, 716, 452, "school"), (1045, 336, 1116, 424, "denki_house"), (1220, 390, 1350, 503, "house")]) elif current_time == "afternoon": show big_map_afternoon with dissolve if able_to_change_time == False: $ result = renpy.imagemap("bigmap_afternoon_unselected.png", "bigmap_afternoon_selected.png", [(1211, 0, 1346, 119, "walkthrough"), (1553, 0, 1687, 116, "setting"), (503, 244, 716, 452, "school"), (1045, 336, 1116, 424, "denki_house"), (1220, 390, 1350, 503, "house")]) else: $ result = renpy.imagemap("bigmap_afternoon_unselected.png", "bigmap_afternoon_selected.png", [(778, 0, 899, 119, "time"), (1211, 0, 1346, 119, "walkthrough"), (1553, 0, 1687, 116, "setting"), (503, 244, 716, 452, "school"), (1045, 336, 1116, 424, "denki_house"), (1220, 390, 1350, 503, "house")]) elif current_time == "night": show big_map_night with dissolve if able_to_change_time == False: $ result = renpy.imagemap("bigmap_night_unselected.png", "bigmap_night_selected.png", [(1211, 0, 1346, 119, "walkthrough"), (1553, 0, 1687, 116, "setting"), (503, 244, 716, 452, "school"), (1045, 336, 1116, 424, "denki_house"), (1220, 390, 1350, 503, "house")]) else: $ result = renpy.imagemap("bigmap_night_unselected.png", "bigmap_night_selected.png", [(1211, 0, 1346, 119, "walkthrough"), (1553, 0, 1687, 116, "setting"), (503, 244, 716, 452, "school"), (1045, 336, 1116, 424, "denki_house"), (1220, 390, 1350, 503, "house")]) if result == "walkthrough": $ current_event = "bigmap_event" jump walkthrough_event elif result == "time": $ current_event = "bigmap_event" jump time_event elif result == "bag": jump bag_event elif result == "setting": $ renpy.call_screen("preferences") elif result == "denki_house": jump denki_house_event elif result == "house": jump house_outside_event elif result == "school": jump school_outside_event label handle_bigmap_event: jump bigmap_event label school_outside_event: # thời gian: # điều kiện: # thoại, nhân vật, nền # vùng click # thời gian: if current_time == "morning": # điều kiện: if first_go_to_school == False and decided_to_go_to_school == True: $ first_go_to_school = True # *Hai người đi tới trường. School scene black with dissolve $ renpy.pause(1, hard=True) scene school_outside_morning with dissolve Haruto '"The Konoha Ninja Academy is a school that specializes in training elite ninjas, and it used to be a place of brutal training..."' Haruto '"...a place that constantly produces fighting machines on the battlefield."' Haruto '"However, now that it is peacetime, the school has added other professions such as logistics, medicine, repair, manufacturing, and so on..."' Haruto '"These are all professions that support true Ninjas."' Haruto 'My goal is to become a "Support Ninja"!' jump school_outside_event else: # nền scene school_outside_morning with dissolve # vùng click if able_to_change_time == False: $ result = renpy.imagemap("background/school/school_outside_morning_unselected.png", "background/school/school_outside_morning_selected.png", [(4, 0, 138, 135, "map"), (1211, 0, 1346, 119, "walkthrough"), (1553, 0, 1687, 116, "setting"), (973, 791, 1143, 968, "gate"), (600, 970, 1083, 1052, "right_side")]) else: $ result = renpy.imagemap("background/school/school_outside_morning_unselected.png", "background/school/school_outside_morning_selected.png", [(778, 0, 899, 119, "time"), (4, 0, 138, 135, "map"), (1211, 0, 1346, 119, "walkthrough"), (1553, 0, 1687, 116, "setting"), (973, 791, 1143, 968, "gate"), (600, 970, 1083, 1052, "right_side")]) elif current_time == "mid_day": # nền scene school_outside_morning with dissolve # vùng click if able_to_change_time == False: $ result = renpy.imagemap("background/school/school_outside_mid_day_unselected.png", "background/school/school_outside_mid_day_selected.png", [(4, 0, 138, 135, "map"), (1211, 0, 1346, 119, "walkthrough"), (1553, 0, 1687, 116, "setting"), (973, 791, 1143, 968, "gate"), (600, 970, 1083, 1052, "right_side")]) else: $ result = renpy.imagemap("background/school/school_outside_mid_day_unselected.png", "background/school/school_outside_mid_day_selected.png", [(778, 0, 899, 119, "time"), (4, 0, 138, 135, "map"), (1211, 0, 1346, 119, "walkthrough"), (1553, 0, 1687, 116, "setting"), (973, 791, 1143, 968, "gate"), (600, 970, 1083, 1052, "right_side")]) elif current_time == "afternoon": # nền scene school_outside_afternoon with dissolve # vùng click if able_to_change_time == False: $ result = renpy.imagemap("background/school/school_outside_afternoon_unselected.png", "background/school/school_outside_afternoon_selected.png", [(4, 0, 138, 135, "map"), (1211, 0, 1346, 119, "walkthrough"), (1553, 0, 1687, 116, "setting"), (973, 791, 1143, 968, "gate"), (600, 970, 1083, 1052, "right_side")]) else: $ result = renpy.imagemap("background/school/school_outside_afternoon_unselected.png", "background/school/school_outside_afternoon_selected.png", [(778, 0, 899, 119, "time"), (4, 0, 138, 135, "map"), (1211, 0, 1346, 119, "walkthrough"), (1553, 0, 1687, 116, "setting"), (973, 791, 1143, 968, "gate"), (600, 970, 1083, 1052, "right_side")]) elif current_time == "night": # nền scene school_outside_night with dissolve # vùng click if able_to_change_time == False: $ result = renpy.imagemap("background/school/school_outside_night_unselected.png", "background/school/school_outside_night_selected.png", [(4, 0, 138, 135, "map"), (1211, 0, 1346, 119, "walkthrough"), (1553, 0, 1687, 116, "setting"), (973, 791, 1143, 968, "gate"), (600, 970, 1083, 1052, "right_side")]) else: $ result = renpy.imagemap("background/school/school_outside_night_unselected.png", "background/school/school_outside_night_selected.png", [(4, 0, 138, 135, "map"), (1211, 0, 1346, 119, "walkthrough"), (1553, 0, 1687, 116, "setting"), (973, 791, 1143, 968, "gate"), (600, 970, 1083, 1052, "right_side")]) if result == "map": jump bigmap_event elif result == "walkthrough": $ current_event = "school_outside_event" jump walkthrough_event elif result == "time": $ current_event = "school_outside_event" jump time_event elif result == "bag": jump bag_event elif result == "setting": $ renpy.call_screen("preferences") elif result == "gate": jump school_hall_event elif result == "right_side": jump school_outside_rightside_event label handle_school_outside_event: jump school_outside_event label school_outside_rightside_event: # thời gian: # điều kiện: # thoại, nhân vật, nền # vùng click # thời gian: if current_time == "morning": # nền scene school_outside_rightside_morning with dissolve # vùng click if able_to_change_time == False: $ result = renpy.imagemap("background/school/school_outside_rightside_morning_unselected.png", "background/school/school_outside_rightside_morning_selected.png", [(4, 0, 138, 135, "map"), (1211, 0, 1346, 119, "walkthrough"), (1553, 0, 1687, 116, "setting"), (613, 965, 1099, 1054, "school_outside")]) else: $ result = renpy.imagemap("background/school/school_outside_rightside_morning_unselected.png", "background/school/school_outside_rightside_morning_selected.png", [(778, 0, 899, 119, "time"), (4, 0, 138, 135, "map"), (1211, 0, 1346, 119, "walkthrough"), (1553, 0, 1687, 116, "setting"), (613, 965, 1099, 1054, "school_outside")]) elif current_time == "mid_day": # nền scene school_outside_rightside_morning with dissolve # vùng click if able_to_change_time == False: $ result = renpy.imagemap("background/school/school_outside_rightside_mid_day_unselected.png", "background/school/school_outside_rightside_mid_day_selected.png", [(4, 0, 138, 135, "map"), (1211, 0, 1346, 119, "walkthrough"), (1553, 0, 1687, 116, "setting"), (613, 965, 1099, 1054, "school_outside")]) else: $ result = renpy.imagemap("background/school/school_outside_rightside_mid_day_unselected.png", "background/school/school_outside_rightside_mid_day_selected.png", [(778, 0, 899, 119, "time"), (4, 0, 138, 135, "map"), (1211, 0, 1346, 119, "walkthrough"), (1553, 0, 1687, 116, "setting"), (613, 965, 1099, 1054, "school_outside")]) elif current_time == "afternoon": # điều kiện (đã hẹn gặp sumire, chưa gặp) if decided_to_meet_sumire == True and met_sumire == False: # nền scene school_outside_rightside_afternoon with dissolve show sumire school_outside_location with dissolve # vùng click if able_to_change_time == False: $ result = renpy.imagemap("background/school/school_outside_rightside_sumire_unselected.png", "background/school/school_outside_rightside_sumire_selected.png", [(4, 0, 138, 135, "map"), (1211, 0, 1346, 119, "walkthrough"), (1553, 0, 1687, 116, "setting"), (613, 965, 1099, 1054, "school_outside"), (519, 221, 720, 970, "sumire")]) else: $ result = renpy.imagemap("background/school/school_outside_rightside_sumire_unselected.png", "background/school/school_outside_rightside_sumire_selected.png", [(778, 0, 899, 119, "time"), (4, 0, 138, 135, "map"), (1211, 0, 1346, 119, "walkthrough"), (1553, 0, 1687, 116, "setting"), (613, 965, 1099, 1054, "school_outside"), (519, 221, 720, 970, "sumire")]) else: # nền scene school_outside_rightside_afternoon with dissolve # vùng click if able_to_change_time == False: $ result = renpy.imagemap("background/school/school_outside_rightside_afternoon_unselected.png", "background/school/school_outside_rightside_afternoon_selected.png", [(4, 0, 138, 135, "map"), (1211, 0, 1346, 119, "walkthrough"), (1553, 0, 1687, 116, "setting"), (613, 965, 1099, 1054, "school_outside")]) else: $ result = renpy.imagemap("background/school/school_outside_rightside_afternoon_unselected.png", "background/school/school_outside_rightside_afternoon_selected.png", [(778, 0, 899, 119, "time"), (4, 0, 138, 135, "map"), (1211, 0, 1346, 119, "walkthrough"), (1553, 0, 1687, 116, "setting"), (613, 965, 1099, 1054, "school_outside")]) elif current_time == "night": # nền scene school_outside_rightside_night with dissolve # vùng click if able_to_change_time == False: $ result = renpy.imagemap("background/school/school_outside_rightside_night_unselected.png", "background/school/school_outside_rightside_night_selected.png", [(4, 0, 138, 135, "map"), (1211, 0, 1346, 119, "walkthrough"), (1553, 0, 1687, 116, "setting"), (613, 965, 1099, 1054, "school_outside")]) else: $ result = renpy.imagemap("background/school/school_outside_rightside_night_unselected.png", "background/school/school_outside_rightside_night_selected.png", [(4, 0, 138, 135, "map"), (1211, 0, 1346, 119, "walkthrough"), (1553, 0, 1687, 116, "setting"), (613, 965, 1099, 1054, "school_outside")]) if result == "map": jump bigmap_event elif result == "walkthrough": $ current_event = "school_outside_rightside_event" jump walkthrough_event elif result == "time": $ current_event = "school_outside_rightside_event" jump time_event elif result == "bag": jump bag_event elif result == "setting": $ renpy.call_screen("preferences") elif result == "school_outside": jump school_outside_event elif result == "sumire": jump sumire_event label handle_school_outside_rightside_event: jump school_outside_rightside_event label sumire_event: # thời gian: # điều kiện: # thoại, nhân vật, nền # vùng click # thời gian if current_time == "morning": Sumire "Chào Haruto" elif current_time == "mid_day": Sumire "Chào Haruto" elif current_time == "afternoon": if met_sumire == False and talked_with_sumire == False: $ met_sumire = True $ talked_with_sumire = True play music "audio/others/hinata_vs_neji.mp3" # *Ra sân trường , Click vào school_outside_swing_location_button # *Click vào sumire sumire school_outside_location # nền scene school_outside_rightside_afternoon with dissolve $ renpy.pause(1, hard=True) scene school_outside_rightside_afternoon_blur with dissolve show haruto normal_1 with dissolve show sumire worry_1 with dissolve Sumire "Did you wait long? I had some business with the student council so I was late." show haruto normal_clothes_smile_1 with dissolve show sumire smile_1 with dissolve Haruto "N-not long, I just got here." show haruto normal_clothes_smile_1_blush with dissolve show sumire normal_1 with dissolve Haruto "By the way… do you have something to say, Sumire…?" show haruto normal_blush_1 with dissolve show sumire worry_blush_1 with dissolve Sumire "I-I… " show haruto normal_blush_1 with dissolve show sumire lookdown_blush_1 with dissolve Sumire "…I've been thinking about it for a long time, but I don't know if I should say it or not…" show haruto normal_clothes_smile_1_blush with dissolve show sumire lookdown_blush_2 with dissolve Haruto "You shouldn't keep it to yourself, share it with me." show haruto normal_blush_1 with dissolve show sumire lookdown_blush_1 with dissolve Sumire "But it's embarrassing… " scene sumire_confess0 with dissolve Sumire "…I'm afraid you'll think I'm weird if I say it… " # *Thump (heartbeat) scene sumire_confess1 with dissolve Haruto "Oh my gosh!! She's so cute!! " scene sumire_confess2 with dissolve Haruto "I would never think badly of you Sumire!" scene sumire_confess3 with dissolve Sumire "R-really… " scene sumire_confess4 with dissolve Haruto "Of course!" scene sumire_confess3 with dissolve Sumire "W-will you agree…? " scene sumire_confess5 with dissolve Haruto "!!! " # *Thump (heartbeat) Haruto "Is she going to confess !!? " scene sumire_confess2 with dissolve Haruto "Yes ! Of course , I'm always with you !! " scene sumire_confess6 with dissolve Sumire "..." Haruto "Hurry up and say it Sumire…be brave ! " scene sumire_confess7 with dissolve Sumire "I LIKE BORUTO ! " scene sumire_confess8 with dissolve Haruto "..." scene sumire_confess9 with dissolve Haruto "W-what did you say… ? " Haruto "I can't hear you well… " scene sumire_confess10 with dissolve Sumire "I… " scene sumire_confess10 with dissolve Sumire "I-I like Boruto, even though we're in the same class, I don't know how to get close to him… " Sumire "Every time I stand in front of Boruto, I feel shy and can't say anything… " Sumire "Haruto is Boruto's younger brother, so I thought you could help me… " Sumire "C-can you help me… get closer to him?" # * Màn hình chuyển cảnh lại , hai nhân vật đứng hai bên màn hình . # * Background school_outside_afternoon_rightside scene school_outside_rightside_afternoon_blur with dissolve show haruto clothes_amazing_5 with dissolve show sumire lookdown_blush_2 with dissolve Haruto "..." Sumire "..." show haruto clothes_look_down_2 with dissolve show sumire lookdown_blush_2 with dissolve Haruto "…what am I expecting, I'm just a loser…" show haruto normal_3_clothes with dissolve show sumire worry_1 with dissolve Haruto "Did you know that Boruto is very close to Sarada?" show haruto normal_1_clothes with dissolve show sumire smile_blushing_1 with dissolve Sumire "Yeah, I know, but I asked Sarada and she said that she and Boruto are just friends." show haruto clothes_look_down_1 with dissolve show sumire lookdown_blush_3 with dissolve Haruto "..." show haruto clothes_look_down_1 with dissolve show sumire smile_blushing_2 with dissolve Sumire "Will you help me, Haruto ? " show haruto clothes_look_down_3 with dissolve show sumire lookdown_blush_3 with dissolve Haruto "… " show haruto confident_1 with dissolve show sumire worry_blush_2 with dissolve Haruto "Sumire has always been nice to me, this little thing is nothing, I will help you." hide haruto with dissolve hide sumire with dissolve show sumire_hugging 1 with dissolve Sumire "Really!? Thank you so much, Haruto! " Sumire "You're really my best friend! " show sumire_hugging 2 with dissolve Haruto "A good friend… ? " hide sumire_hugging with dissolve show haruto clothes_look_down_5 with dissolve show sumire embrassing_1 with dissolve Sumire "Hehe , sorry Haruto , suddenly hugging you like that , I got a little excited . " show haruto clothes_look_down_5 with dissolve show sumire smile_2 with dissolve Sumire "It's late, I have to go home now, Mom will scold me. " show haruto clothes_look_down_5 with dissolve show sumire smile_2 with dissolve Sumire "See you later Haruto ! " show haruto clothes_look_down_4 with dissolve show sumire smile_1 with dissolve Haruto "Bye,Sumire… " # *Sumire leaves . sumire smile_1 hide sumire with dissolve $ renpy.pause(1, hard=True) show haruto clothes_look_down_5 with dissolve Haruto "… " Haruto "What am I fantasizing about? " stop music # rắn cắn scene # *Chuyển cảnh scene black with dissolve $ renpy.pause(1, hard=True) scene snake_bite_1 with dissolve Haruto "A beautiful and kind girl like Sumire wouldn't like me… " Haruto "Only Boruto is worthy of her… " Haruto "If only I could become a Ninja… " Haruto "If only I wasn't impotent… " Haruto "If only there was no war, my biological parents would still be alive and I could live in a normal family… " scene snake_bite_2 with dissolve Haruto "This world is too hard for me… " Haruto "Sumire… " scene snake_bite_3 with dissolve Haruto "… " Haruto "… " Haruto "… " scene snake_bite_4 with dissolve Haruto "Urgh !!? " scene snake_bite_5 with dissolve Haruto "Holy Shit !! My penis !!" Haruto "Why is there a snake in this school!" scene snake_bite_6 with dissolve Haruto "Damn it, I have to call someone…someone…for help…" # *Màn hình chuyển tối , ngất đi scene black with dissolve $ renpy.pause(0.5, hard=True) show firstblowjob 3 with dissolve $ renpy.pause(0.5, hard=True) hide firstblowjob 3 with dissolve $ renpy.pause(0.5, hard=True) show firstblowjob 3 with dissolve $ renpy.pause(0.5, hard=True) hide firstblowjob 3 with dissolve $ renpy.pause(0.5, hard=True) show firstblowjob 3 with dissolve $ renpy.pause(0.5, hard=True) hide firstblowjob 3 with dissolve # … Haruto "So tired…my whole body feels like it has no strength left…" # *opens eyes show firstblowjob 3 with dissolve Haruto "Eh!?" Haruto "...is someone there…?" Haruto "...What is she doing?" # *Click vào next_button window hide $ result = renpy.imagemap("ui_ux/next_button_unselected.png", "ui_ux/next_button_selected.png", [(1393, 965, 1617, 1056, "next_button")]) if result == "next_button": play music "audio/18sound/1-HandjobLow.mp3" show firstblowjob 1 with dissolve Haruto " Shhh…oh my god……my balls…feel so weird…uh…" Haruto " Ah…so comfortable… " window hide $ result = renpy.imagemap("ui_ux/next_button_unselected.png", "ui_ux/next_button_selected.png", [(1393, 965, 1617, 1056, "next_button")]) if result == "next_button": show firstblowjob 2 with dissolve female " Hmnn…hmmn…mmm…." female " So big…and hard… " female " Hmmnn….mmm…. " # *Click vào next_button window hide $ result = renpy.imagemap("ui_ux/next_button_unselected.png", "ui_ux/next_button_selected.png", [(1393, 965, 1617, 1056, "next_button")]) if result == "next_button": # *Màn hình chuyển tối một lần nữa . fast_blowjob_2.mp3 , 1-HandjobLow play music "audio/18sound/1-HandjobLow+fast_blowjob_2.mp3" scene black with dissolve Haruto "What's that sound...it sounds so naughty..." # *Opens eyes . show firstblowjob x15 with dissolve Haruto "Eh?...it's still that girl...but I still can't see clearly... " Haruto "Even though I don't know what she's doing,...but it's so good,...." Haruto "...so tight and wet...uh...also very rough..." Haruto "...this feels so good, I've never felt this before... " Haruto "...I think I'm going to die... " # *The screen turns dark again . scene black with dissolve play sound "audio/18sound/fast_blowjob_cum+1-HandjobHigh.mp3" $ renpy.pause(20.4, hard=True) $ current_time = "night" # * The strange sound continues . stop music # … Haruto " Uh … my head hurts so much… " female " Are you awake Haruto? " # *Background school_outside_night_rightside scene school_outside_rightside_night with dissolve $ renpy.pause(1, hard=True) scene school_outside_rightside_night_blur with dissolve show haruto normal_4_clothes with dissolve show haruto_sub wet_clothes with dissolve show shiho sperm_1 with dissolve Haruto " Eh? Shiho… why are you here? " show haruto clothes_amazing_4 with dissolve show haruto_sub wet_clothes with dissolve show shiho sperm_2 with dissolve Shiho " I'm the one who should be asking you that. Why are you sleeping here, it's already dark. " show haruto clothes_amazing_4 with dissolve show haruto_sub wet_clothes with dissolve show shiho sperm_1 with dissolve Haruto "Shiho-sensei is right, why am I at school so late..." show haruto normal_thinking_clothes_5 with dissolve show haruto_sub wet_clothes with dissolve show shiho sperm_1 with dissolve Haruto "..." show haruto normal_thinking_clothes_6 with dissolve show haruto_sub wet_clothes_1 with dissolve show shiho sperm_1 with dissolve Haruto "Ah!?" show haruto normal_thinking_clothes_6 with dissolve show haruto_sub wet_clothes_1 with dissolve show shiho sperm_1 with dissolve Haruto "That's right, snake! " show haruto normal_thinking_clothes_6 with dissolve show haruto_sub wet_clothes_1 with dissolve show shiho sperm_3 with dissolve Shiho " What? " show haruto normal_4_clothes with dissolve show haruto_sub wet_clothes with dissolve show shiho sperm_4 with dissolve Haruto " Eh… it's nothing, miss… " show haruto headache_1 with dissolve show haruto_sub wet_clothes_1 with dissolve show shiho sperm_4 with dissolve Haruto " I feel a little headache but I don't feel anything else. " Haruto " Maybe that snake isn't poisonous. " show haruto clothes_look_down_6 with dissolve show haruto_sub wet_clothes with dissolve show shiho sperm_4 with dissolve Haruto " What !? Did I wet myself !!? " show haruto normal_2_clothes with dissolve show haruto_sub wet_clothes with dissolve show shiho sperm_2 with dissolve Shiho "It's late, you should go home, your parents will be worried." show haruto normal_2_clothes with dissolve show haruto_sub wet_clothes with dissolve show shiho sperm_1 with dissolve Haruto "Thank goodness, she doesn't seem to notice." Haruto "What's with her mouth? Never mind, I have to go home now." show haruto normal_clothes_smile_1 with dissolve show haruto_sub wet_clothes with dissolve show shiho sperm_1 with dissolve Haruto "Y-yes, bye..." # *Haruto leaves. hide haruto_sub wet_clothes with dissolve hide haruto normal_clothes_smile_1 with dissolve # Shiho *Gulp shiho_sperm_5 show shiho sperm_5 with dissolve Shiho "*Gulp" $ decided_to_go_home = True jump school_outside_rightside_event else: Sumire "Hi Haruto" elif current_time == "night": Sumire "Hi Haruto" # điều kiện (đã gặp, chưa nói chuyện) label school_hall_event: # (0, 747, 165, 988, "school_second_floor"), (612, 281, 726, 335, "school_wc") # thời gian: # điều kiện: # thoại, nhân vật, nền # vùng click # thời gian: if current_time == "morning": # điều kiện: if got_first_bullied == False and first_meet_denki == True: $ got_first_bullied = True # *Hai người đi vào hành lang . scene black with dissolve $ renpy.pause(1, hard=True) scene school_hall_morning with dissolve $ renpy.pause(1, hard=True) scene school_hall_morning_blur with dissolve show first_bully 1 with dissolve Shikadai "Get out of the way, you piece of trash. You're blocking my way." show first_bully 2 with dissolve Haruto "I-I'm sorry." show first_bully 3 with dissolve Denki "What's there to apologize for? Haruto, Shikadai is just trying to cause trouble." show first_bully 4 with dissolve Shikadai "You dare talk back to me today, four-eyes. Do you want to die!?" Denki "…!!" show first_bully 5 with dissolve Shikadai "Hey Haruto, I think you should drop out. This is a ninja school. People without chakra energy like you will never become ninjas. You don't deserve to study here." show first_bully 6 with dissolve Shikadai "A man without chakra and impotent, you are the trash of trash. Your existence is a disgrace to the Hokage." show first_bully 5 with dissolve Inojin "Yeah, Hokage-sama shouldn't have adopted such a useless guy." show first_bully 7 with dissolve Denki "Those bastards, …Haruto, we…" show first_bully 8 with dissolve Haruto "..." show first_bully 9 with dissolve Haruto "Forget it Denki, they're right…" show first_bully 10 with dissolve Denki "Haruto… " show first_bully 11 with dissolve Haruto '"That is right, I do not have chakra energy…"' Haruto "Even though I'm labeled as the son of the World's Strongest Ninja, I don't have chakra, I don't have the ability to fight…" Haruto 'I can not become a proper Ninja either, so I want to become a "Support Ninja"' Haruto "As for the impotence, I do not know how it got out, but it was rumored all over school, and I was always made fun of because of it." Haruto "Being bullied at school is a daily occurrence for me, and I'm used to it..." show first_bully 12 with dissolve female "Enough! You two are too much!" Haruto "…" Haruto "That's class president Sumire's voice!?" # * Sumire đi đến sumire_angry_2 show first_bully 14 with dissolve Shikadai "You again, don't meddle in other people's business." show first_bully 15 with dissolve Sumire "I'm the class president, why can't I?" show first_bully 16 with dissolve Haruto "Sumire, thank you, but you don't have to…" show first_bully 17 with dissolve Sumire "Don't worry Haruto, I won't let anyone cause trouble in school!" show first_bully 18 with dissolve Haruto '"Sumire… "' Haruto '"She is always been so great, she is good at studying, kind and beautiful, that is why everyone always likes her…"' show first_bully 19 with dissolve Shikadai "Do you think I'm afraid of you, bitch? If you like to meddle in other people's business, don't blame me!" show first_bully 20 with dissolve Sumire "You dare!!? " show first_bully 21 with dissolve Haruto "W…wait… " show first_bully 22 with dissolve male "STOP! " # *Boruto appears boruto_angry_2 show first_bully 24 with dissolve $ renpy.pause(1, hard=True) show boruto angry_2 with dissolve Haruto '"Boruto …? "' hide boruto with dissolve show first_bully 23 with dissolve Shikadai "It's none of your business, don't interfere… " show first_bully 25 with dissolve Boruto "You're messing with my brother? You think I can let it go?" Boruto "Get out of my sight, if I see you looking for an excuse to mess with my brother again, don't blame me! " show first_bully 26 with dissolve Shikadai "..." show first_bully 27 with dissolve show first_bully_sub 28 with dissolve Shikadai "You remember my face! Let's go Inojin!" Inojin "O…Okay… " hide first_bully with dissolve show first_bully_sub 28 with dissolve $ renpy.pause(1, hard=True) # *Shikadai và Inojin rời đi. first_bully 33, first_bully 28 Haruto "Thank you, Boruto." hide first_bully_sub with dissolve show first_bully 30 with dissolve Boruto "What thanks, we're brothers." Sumire '"…he is so handsome and a great brother!"' Haruto '"Boruto is the best ninja in school, I wish I could be even a fraction as strong as him."' show first_bully_sub 32 behind first_bully with dissolve $ renpy.pause(1, hard=True) show first_bully 31 with dissolve $ renpy.pause(1, hard=True) show first_bully 34 with dissolve hide first_bully_sub with dissolve Sarada "It's time for class, let's go Boruto." show first_bully_sub 36 with dissolve show first_bully 35 with dissolve Boruto "Okay. " show first_bully 37 with dissolve hide first_bully_sub with dissolve Haruto "Let's go to the class." Sumire "..." hide first_bully with dissolve scene school_hall_morning with dissolve else: # nền scene school_hall_morning with dissolve # vùng click if able_to_change_time == False: $ result = renpy.imagemap("background/school/school_hall_morning_unselected.png", "background/school/school_hall_morning_selected.png", [(1211, 0, 1346, 119, "walkthrough"), (1553, 0, 1687, 116, "setting"), (786, 413, 1008, 610, "school_outside"), (1015, 420, 1069, 649, "laboratory"), (1293, 158, 1437, 948, "school_classroom")]) else: $ result = renpy.imagemap("background/school/school_hall_morning_unselected.png", "background/school/school_hall_morning_selected.png", [(778, 0, 899, 119, "time"), (1211, 0, 1346, 119, "walkthrough"), (1553, 0, 1687, 116, "setting"), (786, 413, 1008, 610, "school_outside"), (1015, 420, 1069, 649, "laboratory"), (1293, 158, 1437, 948, "school_classroom")]) elif current_time == "mid_day": # Điều kiện và cốt truyện if first_help_shiho == True and decided_to_meet_sumire == False: $ decided_to_meet_sumire = True $ able_to_change_time = True scene school_hall_morning with dissolve # * Sau khi đi ra khỏi phòng lab Haruto "It's still early, I'm really looking forward to my date with Sumire." # * Help change morning noon afternoon evening . show timechange with dissolve Help " From now on you can change the time of day. " Help " There are a total of 4 time points , morning , noon , afternoon, and evening . " Help " Remember that most of each character's events will only be able to be activated at a certain time point. " Help " Try clicking on the icon and changing the time to afternoon. " # * Người chơi đổi thời tiết sang afternoon . jump school_hall_event else: scene school_hall_morning with dissolve # vùng click if able_to_change_time == False: $ result = renpy.imagemap("background/school/school_hall_mid_day_unselected.png", "background/school/school_hall_mid_day_selected.png", [(1211, 0, 1346, 119, "walkthrough"), (1553, 0, 1687, 116, "setting"), (786, 413, 1008, 610, "school_outside"), (1015, 420, 1069, 649, "laboratory"), (1293, 158, 1437, 948, "school_classroom")]) else: $ result = renpy.imagemap("background/school/school_hall_mid_day_unselected.png", "background/school/school_hall_mid_day_selected.png", [(778, 0, 899, 119, "time"), (1211, 0, 1346, 119, "walkthrough"), (1553, 0, 1687, 116, "setting"), (786, 413, 1008, 610, "school_outside"), (1015, 420, 1069, 649, "laboratory"), (1293, 158, 1437, 948, "school_classroom")]) elif current_time == "afternoon": # Điều kiện và cốt truyện scene school_hall_afternoon with dissolve # vùng click if able_to_change_time == False: $ result = renpy.imagemap("background/school/school_hall_afternoon_unselected.png", "background/school/school_hall_afternoon_selected.png", [(1211, 0, 1346, 119, "walkthrough"), (1553, 0, 1687, 116, "setting"), (786, 413, 1008, 610, "school_outside"), (1015, 420, 1069, 649, "laboratory"), (1293, 158, 1437, 948, "school_classroom")]) else: $ result = renpy.imagemap("background/school/school_hall_afternoon_unselected.png", "background/school/school_hall_afternoon_selected.png", [(778, 0, 899, 119, "time"), (1211, 0, 1346, 119, "walkthrough"), (1553, 0, 1687, 116, "setting"), (786, 413, 1008, 610, "school_outside"), (1015, 420, 1069, 649, "laboratory"), (1293, 158, 1437, 948, "school_classroom")]) elif current_time == "night": # Điều kiện và cốt truyện scene school_hall_night with dissolve # vùng click if able_to_change_time == False: $ result = renpy.imagemap("background/school/school_hall_night_unselected.png", "background/school/school_hall_night_selected.png", [(1211, 0, 1346, 119, "walkthrough"), (1553, 0, 1687, 116, "setting"), (786, 413, 1008, 610, "school_outside"), (1015, 420, 1069, 649, "laboratory"), (1293, 158, 1437, 948, "school_classroom")]) else: $ result = renpy.imagemap("background/school/school_hall_night_unselected.png", "background/school/school_hall_night_selected.png", [(1211, 0, 1346, 119, "walkthrough"), (1553, 0, 1687, 116, "setting"), (786, 413, 1008, 610, "school_outside"), (1015, 420, 1069, 649, "laboratory"), (1293, 158, 1437, 948, "school_classroom")]) if result == "walkthrough": $ current_event = "school_hall_event" jump walkthrough_event elif result == "time": $ current_event = "school_hall_event" jump time_event elif result == "bag": jump bag_event elif result == "setting": $ renpy.call_screen("preferences") elif result == "school_second_floor": jump school_second_floor_event elif result == "school_wc": jump school_wc_event elif result == "school_outside": jump school_outside_event elif result == "school_classroom": jump school_classroom_event elif result == "laboratory": jump laboratory_event label handle_school_hall_event: jump school_hall_event label laboratory_event: # thời gian: # điều kiện: # thoại, nhân vật, nền # vùng click if current_time == "morning": # nhân vật, nền scene school_laboratory_morning with dissolve show shiho school_laboratory_morning with dissolve # vùng click if able_to_change_time == False: $ result = renpy.imagemap("background/school/school_laboratory_morning_unselected.png", "background/school/school_laboratory_morning_selected.png", [(1211, 0, 1346, 119, "walkthrough"), (1553, 0, 1687, 116, "setting"), (378, 494, 559, 820, "shiho"), (613, 964, 1099, 1054, "hall")]) else: $ result = renpy.imagemap("background/school/school_laboratory_morning_unselected.png", "background/school/school_laboratory_morning_selected.png", [(778, 0, 899, 119, "time"), (1211, 0, 1346, 119, "walkthrough"), (1553, 0, 1687, 116, "setting"), (378, 494, 559, 820, "shiho"), (613, 964, 1099, 1054, "hall")]) if current_time == "mid_day": # nhân vật, nền scene school_laboratory_morning with dissolve show shiho school_laboratory_morning with dissolve # vùng click if able_to_change_time == False: $ result = renpy.imagemap("background/school/school_laboratory_mid_day_unselected.png", "background/school/school_laboratory_mid_day_selected.png", [(1211, 0, 1346, 119, "walkthrough"), (1553, 0, 1687, 116, "setting"), (378, 494, 559, 820, "shiho"), (613, 964, 1099, 1054, "hall")]) else: $ result = renpy.imagemap("background/school/school_laboratory_mid_day_unselected.png", "background/school/school_laboratory_mid_day_selected.png", [(778, 0, 899, 119, "time"), (1211, 0, 1346, 119, "walkthrough"), (1553, 0, 1687, 116, "setting"), (378, 494, 559, 820, "shiho"), (613, 964, 1099, 1054, "hall")]) if current_time == "afternoon": # nhân vật, nền scene school_laboratory_afternoon with dissolve # vùng click if able_to_change_time == False: $ result = renpy.imagemap("background/school/school_laboratory_afternoon_unselected.png", "background/school/school_laboratory_afternoon_selected.png", [(1211, 0, 1346, 119, "walkthrough"), (1553, 0, 1687, 116, "setting"), (378, 494, 559, 820, "shiho"), (613, 964, 1099, 1054, "hall")]) else: $ result = renpy.imagemap("background/school/school_laboratory_afternoon_unselected.png", "background/school/school_laboratory_afternoon_selected.png", [(778, 0, 899, 119, "time"), (1211, 0, 1346, 119, "walkthrough"), (1553, 0, 1687, 116, "setting"), (378, 494, 559, 820, "shiho"), (613, 964, 1099, 1054, "hall")]) if current_time == "night": # nhân vật, nền scene school_laboratory_night with dissolve # vùng click if able_to_change_time == False: $ result = renpy.imagemap("background/school/school_laboratory_night_unselected.png", "background/school/school_laboratory_night_selected.png", [(1211, 0, 1346, 119, "walkthrough"), (1553, 0, 1687, 116, "setting"), (378, 494, 559, 820, "shiho"), (613, 964, 1099, 1054, "hall")]) else: $ result = renpy.imagemap("background/school/school_laboratory_night_unselected.png", "background/school/school_laboratory_night_selected.png", [(1211, 0, 1346, 119, "walkthrough"), (1553, 0, 1687, 116, "setting"), (378, 494, 559, 820, "shiho"), (613, 964, 1099, 1054, "hall")]) if result == "walkthrough": $ current_event = "laboratory_event" jump walkthrough_event elif result == "time": $ current_event = "laboratory_event" jump time_event elif result == "bag": jump bag_event elif result == "setting": $ renpy.call_screen("preferences") elif result == "shiho": jump shiho_event elif result == "hall": jump school_hall_event label handle_laboratory_event: jump laboratory_event label shiho_event: # điều kiện: # thoại, nhân vật, nền # điều kiện: if decided_to_help_shiho == True and first_help_shiho == False: $ first_help_shiho = True # nhân vật, nền scene school_laboratory_morning with dissolve $ renpy.pause(1, hard=True) scene school_laboratory_morning_blur with dissolve show haruto normal_clothes_smile_1 with dissolve show shiho normal_1 with dissolve Haruto "Shiho-sensei, what are you researching?" show haruto normal_1 with dissolve show shiho normal_2 with dissolve Shiho "Oh, Haruto, I'm researching a type of ninjutsu that allows people without chakra to use the clone technique." show haruto clothes_amazing_2 with dissolve show shiho normal_1 with dissolve Haruto "Really...really shiho-sensei!?" show haruto clothes_amazing_3 with dissolve Haruto "That's great! Is there anything I can help you with?" show haruto normal_1 with dissolve show shiho normal_2 with dissolve Shiho "Then come over here and help me take notes on some documents." show haruto normal_clothes_smile_1 with dissolve show shiho normal_1 with dissolve Haruto "Yes sensei!" show shiho_working 1 with dissolve Haruto '"Shiho-sensei is quite a quiet person, she does not talk much and is the type of person who only cares about work."' Haruto '"She is also a genius scientist."' Haruto '"Her inventions can help people without chakra like me use ninjutsu."' Haruto '"That is also a big reason why I want to apprentice with her."' Haruto '"I am really looking forward to the ninjutsu she is researching, it will be very useful for me if I want to become a "support ninja"' Haruto '"Even if it is just helping Shiho-sensei record her research, I can still learn a lot."' jump laboratory_event else: Shiho "chào Haruto" jump laboratory_event label school_classroom_event: # thời gian: # điều kiện: # thoại, nhân vật, nền # vùng click # thời gian: if current_time == "morning": # điều kiện: if got_first_bullied == True and first_time_in_class == False: $ first_time_in_class = True # *Vào lớp học school_classroom_morning scene black with dissolve $ renpy.pause(1, hard=True) scene join_class_1 with dissolve $ renpy.pause(1, hard=True) Haruto '"I was not supposed to be in this class, but my foster father is the Hokage of the Hidden Leaf Village, he probably used some method to get me into the best Ninja class in school"' Haruto '"Someone without chakra, can not become a true ninja like me…"' Haruto '"I do not know whether to be happy or sad…"' # *Click vào Sarada, join_class_sarada, join_class_1 window hide $ result = renpy.imagemap("story/join_class_sarada.PNG", "story/join_class_sarada_selected.PNG", [(19, 161, 555, 610, "sadara")]) if result == "sadara": scene join_class_2 with dissolve Haruto '"Sarada…"' Haruto '"She is my neighbor, we have known each other since we were kids, but she does not seem to like me at all, she is always cold"' Haruto '"She is also the daughter of one of the two strongest ninjas in the world, and her mother is also the best medical ninja"' Haruto '"She is beautiful, arrogant, and cold, and also an outstanding ninja, there are countless boys in school chasing after her"' Haruto '"She is very close to my brother, Boruto, I think the two of them are dating"' # * Click vào Sumire, join_class_sumire, join_class_1 window hide $ result = renpy.imagemap("story/join_class_sumire.PNG", "story/join_class_sumire_selected.PNG", [(1113, 127, 1649, 612, "sumire")]) if result == "sumire": scene join_class_3 with dissolve Haruto '"Sumire…"' Haruto '"She is the class president, a beautiful and talented girl…"' scene join_class_4 with dissolve Haruto '"She is kind and always willing to help others, everyone likes her, she also always protects me when I am bullied…"' Haruto '"That is why I like her…"' Haruto '"Yeah, Sumire is my crush…"' Haruto '"But I know my place, a weak and incompetent person like me does not deserve her…"' Haruto '"And most importantly, because I am impotent…"' scene join_class_5 with dissolve Sumire "Hey…Haruto?" Haruto "Eh…yes…what's the matter Sumire?" scene join_class_6 with dissolve Haruto "Does she know I'm peeking at her? So embarrassing!!" scene join_class_7 with dissolve Sumire "Why is your face so red?" scene join_class_8 with dissolve Haruto "Ah…I'm just a little hot…" scene join_class_9 with dissolve Sumire "..." scene join_class_10 with dissolve Sumire "Haruto…" scene join_class_11 with dissolve Haruto "Eh? She's touching me…" scene join_class_10 with dissolve Sumire "Wait for me at the big tree in the schoolyard after school this afternoon" "*Thump" scene join_class_10 with dissolve Haruto "…!!" scene join_class_12 with dissolve Haruto "Ah, what did you say?" scene join_class_13 with dissolve Sumire "Hmm…you're weird today…" scene join_class_14 with dissolve Sumire "This afternoon after school, meet me under the big tree in the schoolyard, I have something to tell you" scene join_class_15 with dissolve Haruto "..." Haruto "…this feeling…could it be that she…" scene join_class_16 with dissolve Sumire "Haruto?" scene join_class_17 with dissolve Haruto "O-okay…Sumire for sure…" scene join_class_18 with dissolve Haruto "She has a lot of suitors but she's never dated anyone…" Haruto "But she always protects and comforts me when I'm bullied…" Haruto "…Sumire…" scene join_class_19 with dissolve Haruto "Hehehe…" scene join_class_20 with dissolve Konohamaru_Sensei "Haruto, why are you laughing!? Don't make noise in class!" Sarada "You're crazy!" Haruto "eh…e…I'm sorry…" "*crowd laughter" scene black with dissolve $ renpy.pause(1, hard=True) scene school_classroom_morning with dissolve "After class is over." show haruto normal_thinking_clothes_1 with dissolve Haruto "There are still a few hours until the appointment time…" show haruto normal_thinking_clothes_2 with dissolve Haruto "I should go to the lab to see if I can help Shiho-sensei…" $ decided_to_help_shiho = True $ current_time = "mid_day" jump school_classroom_event # điều kiện: else: # thoại, nhân vật, nền scene school_classroom_morning with dissolve # vùng click if able_to_change_time == False: $ result = renpy.imagemap("background/school/school_classroom_morning_unselected.png", "background/school/school_classroom_morning_selected.png", [(1211, 0, 1346, 119, "walkthrough"), (1553, 0, 1687, 116, "setting"), (0, 538, 136, 1070, "hall")]) else: $ result = renpy.imagemap("background/school/school_classroom_morning_unselected.png", "background/school/school_classroom_morning_selected.png", [(778, 0, 899, 119, "time"), (1211, 0, 1346, 119, "walkthrough"), (1553, 0, 1687, 116, "setting"), (0, 538, 136, 1070, "hall")]) elif current_time == "mid_day": # thoại, nhân vật, nền scene school_classroom_morning with dissolve # vùng click if able_to_change_time == False: $ result = renpy.imagemap("background/school/school_classroom_mid_day_unselected.png", "background/school/school_classroom_mid_day_selected.png", [(1211, 0, 1346, 119, "walkthrough"), (1553, 0, 1687, 116, "setting"), (0, 538, 136, 1070, "hall")]) else: $ result = renpy.imagemap("background/school/school_classroom_mid_day_unselected.png", "background/school/school_classroom_mid_day_selected.png", [(778, 0, 899, 119, "time"), (1211, 0, 1346, 119, "walkthrough"), (1553, 0, 1687, 116, "setting"), (0, 538, 136, 1070, "hall")]) elif current_time == "afternoon": # thoại, nhân vật, nền scene school_classroom_afternoon with dissolve # vùng click if able_to_change_time == False: $ result = renpy.imagemap("background/school/school_classroom_afternoon_unselected.png", "background/school/school_classroom_afternoon_selected.png", [(1211, 0, 1346, 119, "walkthrough"), (1553, 0, 1687, 116, "setting"), (0, 538, 136, 1070, "hall")]) else: $ result = renpy.imagemap("background/school/school_classroom_afternoon_unselected.png", "background/school/school_classroom_afternoon_selected.png", [(778, 0, 899, 119, "time"), (1211, 0, 1346, 119, "walkthrough"), (1553, 0, 1687, 116, "setting"), (0, 538, 136, 1070, "hall")]) elif current_time == "night": # thoại, nhân vật, nền scene school_classroom_night with dissolve # vùng click if able_to_change_time == False: $ result = renpy.imagemap("background/school/school_classroom_night_unselected.png", "background/school/school_classroom_night_selected.png", [(1211, 0, 1346, 119, "walkthrough"), (1553, 0, 1687, 116, "setting"), (0, 538, 136, 1070, "hall")]) else: $ result = renpy.imagemap("background/school/school_classroom_night_unselected.png", "background/school/school_classroom_night_selected.png", [(1211, 0, 1346, 119, "walkthrough"), (1553, 0, 1687, 116, "setting"), (0, 538, 136, 1070, "hall")]) if result == "walkthrough": $ current_event = "school_classroom_event" jump walkthrough_event elif result == "time": $ current_event = "school_classroom_event" jump time_event elif result == "bag": jump bag_event elif result == "setting": $ renpy.call_screen("preferences") elif result == "hall": jump school_hall_event label handle_school_classroom_event: jump school_classroom_event label denki_house_event: # thời gian: # điều kiện: # thoại, nhân vật, nền # vùng click # thời gian: if current_time == "morning": # điều kiện: scene denkihouse_outside_morning with dissolve # vùng click if able_to_change_time == False: $ result = renpy.imagemap("background/denki_house/denkihouse_outside_morning_unselected.png", "background/denki_house/denkihouse_outside_morning_selected.png", [(4, 0, 138, 135, "map"), (1211, 0, 1346, 119, "walkthrough"), (1553, 0, 1687, 116, "setting"),(725, 653, 949, 854, "door")]) else: $ result = renpy.imagemap("background/denki_house/denkihouse_outside_morning_unselected.png", "background/denki_house/denkihouse_outside_morning_selected.png", [(778, 0, 899, 119, "time"), (4, 0, 138, 135, "map"), (1211, 0, 1346, 119, "walkthrough"), (1553, 0, 1687, 116, "setting"),(725, 653, 949, 854, "door")]) elif current_time == "mid_day": scene denkihouse_outside_morning with dissolve # vùng click if able_to_change_time == False: $ result = renpy.imagemap("background/denki_house/denkihouse_outside_mid_day_unselected.png", "background/denki_house/denkihouse_outside_mid_day_selected.png", [(4, 0, 138, 135, "map"), (1211, 0, 1346, 119, "walkthrough"), (1553, 0, 1687, 116, "setting"),(725, 653, 949, 854, "door")]) else: $ result = renpy.imagemap("background/denki_house/denkihouse_outside_mid_day_unselected.png", "background/denki_house/denkihouse_outside_mid_day_selected.png", [(778, 0, 899, 119, "time"), (4, 0, 138, 135, "map"), (1211, 0, 1346, 119, "walkthrough"), (1553, 0, 1687, 116, "setting"),(725, 653, 949, 854, "door")]) elif current_time == "afternoon": scene denkihouse_outside_afternoon with dissolve # vùng click if able_to_change_time == False: $ result = renpy.imagemap("background/denki_house/denkihouse_outside_afternoon_unselected.png", "background/denki_house/denkihouse_outside_afternoon_selected.png", [(4, 0, 138, 135, "map"), (1211, 0, 1346, 119, "walkthrough"), (1553, 0, 1687, 116, "setting"),(725, 653, 949, 854, "door")]) else: $ result = renpy.imagemap("background/denki_house/denkihouse_outside_afternoon_unselected.png", "background/denki_house/denkihouse_outside_afternoon_selected.png", [(778, 0, 899, 119, "time"), (4, 0, 138, 135, "map"), (1211, 0, 1346, 119, "walkthrough"), (1553, 0, 1687, 116, "setting"),(725, 653, 949, 854, "door")]) elif current_time == "night": scene denkihouse_outside_night with dissolve # vùng click if able_to_change_time == False: $ result = renpy.imagemap("background/denki_house/denkihouse_outside_night_unselected.png", "background/denki_house/denkihouse_outside_night_selected.png", [(4, 0, 138, 135, "map"), (1211, 0, 1346, 119, "walkthrough"), (1553, 0, 1687, 116, "setting"),(725, 653, 949, 854, "door")]) else: $ result = renpy.imagemap("background/denki_house/denkihouse_outside_night_unselected.png", "background/denki_house/denkihouse_outside_night_selected.png", [(4, 0, 138, 135, "map"), (1211, 0, 1346, 119, "walkthrough"), (1553, 0, 1687, 116, "setting"),(725, 653, 949, 854, "door")]) # vùng chọn # scene denkihouse_outside_morning with dissolve # if able_to_change_time == False: $ result = renpy.imagemap("background/denki_house/denkihouse_outside_morning_unselected.png", "background/denki_house/denkihouse_outside_morning_selected.png", [(725, 653, 949, 854, "door")]) # # * Đến "Denki House " # # * Gặp cô Naimi tại denkihouse_living_room_morning và Click vào cô Naimi naimi_livingroom_location_1 if result == "map": jump bigmap_event elif result == "walkthrough": $ current_event = "denki_house_event" jump walkthrough_event elif result == "time": $ current_event = "denki_house_event" jump time_event elif result == "bag": jump bag_event elif result == "setting": $ renpy.call_screen("preferences") elif result == "door": jump denkihouse_living_room_event label handle_denki_house_event: jump denki_house_event label denkihouse_living_room_event: # thời gian: # điều kiện: # thoại, nhân vật, nền # vùng click # thời gian: if current_time == "morning": # điều kiện: scene denkihouse_living_room_morning with dissolve # vùng click if able_to_change_time == False: $ result = renpy.imagemap("background/denki_house/denkihouse_living_room_morning_unselected.png", "background/denki_house/denkihouse_living_room_morning_selected.png", [(1211, 0, 1346, 119, "walkthrough"), (1553, 0, 1687, 116, "setting"), (439, 324, 631, 1008, "naimi"), (1363, 330, 1700, 673, "denkihouse_outside")]) else: $ result = renpy.imagemap("background/denki_house/denkihouse_living_room_morning_unselected.png", "background/denki_house/denkihouse_living_room_morning_selected.png", [(778, 0, 899, 119, "time"), (1211, 0, 1346, 119, "walkthrough"), (1553, 0, 1687, 116, "setting"), (439, 324, 631, 1008, "naimi"), (1363, 330, 1700, 673, "denkihouse_outside")]) elif current_time == "mid_day": scene denkihouse_living_room_morning with dissolve # vùng click if able_to_change_time == False: $ result = renpy.imagemap("background/denki_house/denkihouse_living_room_mid_day_unselected.png", "background/denki_house/denkihouse_living_room_mid_day_selected.png", [(1211, 0, 1346, 119, "walkthrough"), (1553, 0, 1687, 116, "setting"), (439, 324, 631, 1008, "naimi"), (1363, 330, 1700, 673, "denkihouse_outside")]) else: $ result = renpy.imagemap("background/denki_house/denkihouse_living_room_mid_day_unselected.png", "background/denki_house/denkihouse_living_room_mid_day_selected.png", [(778, 0, 899, 119, "time"), (1211, 0, 1346, 119, "walkthrough"), (1553, 0, 1687, 116, "setting"), (439, 324, 631, 1008, "naimi"), (1363, 330, 1700, 673, "denkihouse_outside")]) elif current_time == "afternoon": scene denkihouse_living_room_afternoon with dissolve # vùng click if able_to_change_time == False: $ result = renpy.imagemap("background/denki_house/denkihouse_living_room_afternoon_unselected.png", "background/denki_house/denkihouse_living_room_afternoon_selected.png", [(1211, 0, 1346, 119, "walkthrough"), (1553, 0, 1687, 116, "setting"), (439, 324, 631, 1008, "naimi"), (1363, 330, 1700, 673, "denkihouse_outside")]) else: $ result = renpy.imagemap("background/denki_house/denkihouse_living_room_afternoon_unselected.png", "background/denki_house/denkihouse_living_room_afternoon_selected.png", [(778, 0, 899, 119, "time"), (1211, 0, 1346, 119, "walkthrough"), (1553, 0, 1687, 116, "setting"), (439, 324, 631, 1008, "naimi"), (1363, 330, 1700, 673, "denkihouse_outside")]) elif current_time == "night": scene denkihouse_living_room_night with dissolve # vùng click if able_to_change_time == False: $ result = renpy.imagemap("background/denki_house/denkihouse_living_room_night_unselected.png", "background/denki_house/denkihouse_living_room_night_selected.png", [(1211, 0, 1346, 119, "walkthrough"), (1553, 0, 1687, 116, "setting"), (439, 324, 631, 1008, "naimi"), (1363, 330, 1700, 673, "denkihouse_outside")]) else: $ result = renpy.imagemap("background/denki_house/denkihouse_living_room_night_unselected.png", "background/denki_house/denkihouse_living_room_night_selected.png", [(1211, 0, 1346, 119, "walkthrough"), (1553, 0, 1687, 116, "setting"), (439, 324, 631, 1008, "naimi"), (1363, 330, 1700, 673, "denkihouse_outside")]) if result == "walkthrough": $ current_event = "denkihouse_living_room_event" jump walkthrough_event elif result == "time": $ current_event = "denkihouse_living_room_event" jump time_event elif result == "bag": jump bag_event elif result == "setting": $ renpy.call_screen("preferences") elif result == "naimi": jump naimi_event elif result == "denkihouse_outside": jump denki_house_event label handle_denkihouse_living_room_event: jump denkihouse_living_room_event label naimi_event: # thời gian: # điều kiện: # thoại, nhân vật nền # vùng click # thời gian: if current_time == "morning": # điều kiện: if decided_to_go_to_denki_house == True and first_meet_denki == False: $ first_meet_denki = True # thoại, nhân vật nền scene denkihouse_living_room_morning with dissolve $ renpy.pause(1, hard=True) scene denkihouse_living_room_morning_blur with dissolve show haruto normal_clothes_smile_1 with dissolve show naimi clothes_normal_talking_1 with dissolve Haruto "Good morning, Naimi-san." show haruto normal_1 with dissolve show naimi clothes_normal_talking_2 with dissolve Naimi "Good morning Haruto, Denki is changing his clothes, please wait for him a moment." show haruto normal_clothes_smile_1 with dissolve show naimi clothes_normal_talking_1 with dissolve Haruto "Yes, of course." show haruto normal_1 with dissolve show naimi clothes_normal_talking_1 with dissolve Haruto '"Denki is my rare friend at school, and Naimi is Denkis mother, her husband died early and she had to raise Denki alone."' Haruto '"Maybe that is why she is so strong and strict."' scene black with dissolve $ renpy.pause(1, hard=True) scene denkihouse_living_room_morning_blur with dissolve # * After a while, the screen fades to black show haruto normal_1 with dissolve show denki smile_1 with dissolve Denki "Sorry for making you wait, Haruto." show haruto normal_clothes_smile_1 with dissolve show denki normal_1 with dissolve Haruto "You stayed up late playing games again last night, huh, buddy?" show haruto normal_1 with dissolve show denki smile_2 with dissolve Denki "Well… I don't play games…" show haruto normal_thinking_clothes_3 with dissolve Haruto "Hm, is that true?" show denki smile_5 with dissolve Denki "Anyway, I just found something really interesting, after school, if you have time, come to my house, and I'll show you." show haruto normal_thinking_clothes_4 with dissolve show denki smile_4 with dissolve Haruto "I'll definitely come, let's go to school now." show haruto normal_thinking_clothes_3 with dissolve show denki smile_1 with dissolve Denki "Okay." $ decided_to_go_to_school = True # *Mở khóa khu vực mới . school_location window hide $ unlock_school_location = True show school_location with dissolve $ renpy.pause(1, hard=True) window show "Unlock new area" window hide jump denkihouse_living_room_event else: Naimi "Chào buổi sáng Haruto..." jump denkihouse_living_room_event label pool_event: # thời gian: # điều kiện: # thoại, nhân vật nền # vùng click if current_time == "morning": # điều kiện: scene pool_day_naruto with dissolve # vùng click if able_to_change_time == False: $ result = renpy.imagemap("background/main_house/pool_day_naruto_unselected.png", "background/main_house/pool_day_naruto_selected.png", [(4, 0, 138, 135, "map"), (1211, 0, 1346, 119, "walkthrough"), (1553, 0, 1687, 116, "setting"),(547, 217, 787, 527, "door")]) else: $ result = renpy.imagemap("background/main_house/pool_day_naruto_unselected.png", "background/main_house/pool_day_naruto_selected.png", [(778, 0, 899, 119, "time"), (4, 0, 138, 135, "map"), (1211, 0, 1346, 119, "walkthrough"), (1553, 0, 1687, 116, "setting"),(547, 217, 787, 527, "door")]) elif current_time == "mid_day": # điều kiện: scene pool_day_naruto with dissolve # vùng click if able_to_change_time == False: $ result = renpy.imagemap("background/main_house/pool_mid_day_naruto_unselected.png", "background/main_house/pool_mid_day_naruto_selected.png", [(4, 0, 138, 135, "map"), (1211, 0, 1346, 119, "walkthrough"), (1553, 0, 1687, 116, "setting"),(547, 217, 787, 527, "door")]) else: $ result = renpy.imagemap("background/main_house/pool_mid_day_naruto_unselected.png", "background/main_house/pool_mid_day_naruto_selected.png", [(778, 0, 899, 119, "time"), (4, 0, 138, 135, "map"), (1211, 0, 1346, 119, "walkthrough"), (1553, 0, 1687, 116, "setting"),(547, 217, 787, 527, "door")]) elif current_time == "afternoon": # điều kiện: scene pool_afternoon_naruto with dissolve # vùng click if able_to_change_time == False: $ result = renpy.imagemap("background/main_house/pool_afternoon_naruto_unselected.png", "background/main_house/pool_afternoon_naruto_selected.png", [(4, 0, 138, 135, "map"), (1211, 0, 1346, 119, "walkthrough"), (1553, 0, 1687, 116, "setting"),(547, 217, 787, 527, "door")]) else: $ result = renpy.imagemap("background/main_house/pool_afternoon_naruto_unselected.png", "background/main_house/pool_afternoon_naruto_selected.png", [(778, 0, 899, 119, "time"), (4, 0, 138, 135, "map"), (1211, 0, 1346, 119, "walkthrough"), (1553, 0, 1687, 116, "setting"),(547, 217, 787, 527, "door")]) elif current_time == "night": # điều kiện: scene pool_night_naruto with dissolve # vùng click if able_to_change_time == False: $ result = renpy.imagemap("background/main_house/pool_night_naruto_unselected.png", "background/main_house/pool_night_naruto_selected.png", [(4, 0, 138, 135, "map"), (1211, 0, 1346, 119, "walkthrough"), (1553, 0, 1687, 116, "setting"),(547, 217, 787, 527, "door")]) else: $ result = renpy.imagemap("background/main_house/pool_night_naruto_unselected.png", "background/main_house/pool_night_naruto_selected.png", [(4, 0, 138, 135, "map"), (1211, 0, 1346, 119, "walkthrough"), (1553, 0, 1687, 116, "setting"),(547, 217, 787, 527, "door")]) if result == "map": jump bigmap_event elif result == "walkthrough": $ current_event = "pool_event" jump walkthrough_event elif result == "time": $ current_event = "pool_event" jump time_event elif result == "bag": jump bag_event elif result == "setting": $ renpy.call_screen("preferences") elif result == "door": jump hall_event label handle_pool_event: jump pool_event label warehouse_event: # thời gian: # điều kiện: # thoại, nhân vật nền # vùng click if current_time == "morning": # điều kiện: scene warehouse_day_naruto with dissolve # vùng click if able_to_change_time == False: $ result = renpy.imagemap("background/main_house/warehouse_day_naruto_unselected.png", "background/main_house/warehouse_day_naruto_selected.png", [(1211, 0, 1346, 119, "walkthrough"), (1553, 0, 1687, 116, "setting"),(41, 146, 434, 1080, "door")]) else: $ result = renpy.imagemap("background/main_house/warehouse_day_naruto_unselected.png", "background/main_house/warehouse_day_naruto_selected.png", [(778, 0, 899, 119, "time"), (1211, 0, 1346, 119, "walkthrough"), (1553, 0, 1687, 116, "setting"),(41, 146, 434, 1080, "door")]) elif current_time == "mid_day": # điều kiện: scene warehouse_day_naruto with dissolve # vùng click if able_to_change_time == False: $ result = renpy.imagemap("background/main_house/warehouse_mid_day_naruto_unselected.png", "background/main_house/warehouse_mid_day_naruto_selected.png", [(1211, 0, 1346, 119, "walkthrough"), (1553, 0, 1687, 116, "setting"),(41, 146, 434, 1080, "door")]) else: $ result = renpy.imagemap("background/main_house/warehouse_mid_day_naruto_unselected.png", "background/main_house/warehouse_mid_day_naruto_selected.png", [(778, 0, 899, 119, "time"), (1211, 0, 1346, 119, "walkthrough"), (1553, 0, 1687, 116, "setting"),(41, 146, 434, 1080, "door")]) elif current_time == "afternoon": # điều kiện: scene warehouse_afternoon_naruto with dissolve # vùng click if able_to_change_time == False: $ result = renpy.imagemap("background/main_house/warehouse_afternoon_naruto_unselected.png", "background/main_house/warehouse_afternoon_naruto_selected.png", [(1211, 0, 1346, 119, "walkthrough"), (1553, 0, 1687, 116, "setting"),(41, 146, 434, 1080, "door")]) else: $ result = renpy.imagemap("background/main_house/warehouse_afternoon_naruto_unselected.png", "background/main_house/warehouse_afternoon_naruto_selected.png", [(778, 0, 899, 119, "time"), (1211, 0, 1346, 119, "walkthrough"), (1553, 0, 1687, 116, "setting"),(41, 146, 434, 1080, "door")]) elif current_time == "night": # điều kiện: scene warehouse_night_naruto with dissolve # vùng click if able_to_change_time == False: $ result = renpy.imagemap("background/main_house/warehouse_night_naruto_unselected.png", "background/main_house/warehouse_night_naruto_selected.png", [(1211, 0, 1346, 119, "walkthrough"), (1553, 0, 1687, 116, "setting"),(41, 146, 434, 1080, "door")]) else: $ result = renpy.imagemap("background/main_house/warehouse_night_naruto_unselected.png", "background/main_house/warehouse_night_naruto_selected.png", [(1211, 0, 1346, 119, "walkthrough"), (1553, 0, 1687, 116, "setting"),(41, 146, 434, 1080, "door")]) if result == "walkthrough": $ current_event = "warehouse_event" jump walkthrough_event elif result == "time": $ current_event = "warehouse_event" jump time_event elif result == "bag": jump bag_event elif result == "setting": $ renpy.call_screen("preferences") elif result == "door": jump hall_event label handle_warehouse_event: jump warehouse_event label workroom_event: # thời gian: # điều kiện: # thoại, nhân vật nền # vùng click if current_time == "morning": # điều kiện: scene workroom_day_naruto with dissolve # vùng click if able_to_change_time == False: $ result = renpy.imagemap("background/main_house/workroom_day_naruto_unselected.png", "background/main_house/pool_night_naruto_selected.png", [(1211, 0, 1346, 119, "walkthrough"), (1553, 0, 1687, 116, "setting"),(926, 259, 1238, 733, "door")]) else: $ result = renpy.imagemap("background/main_house/workroom_day_naruto_unselected.png", "background/main_house/pool_night_naruto_selected.png", [(778, 0, 899, 119, "time"), (1211, 0, 1346, 119, "walkthrough"), (1553, 0, 1687, 116, "setting"),(926, 259, 1238, 733, "door")]) elif current_time == "mid_day": # điều kiện: scene workroom_afternoon_naruto with dissolve # vùng click if able_to_change_time == False: $ result = renpy.imagemap("background/main_house/workroom_mid_day_naruto_unselected.png", "background/main_house/pool_night_naruto_selected.png", [(1211, 0, 1346, 119, "walkthrough"), (1553, 0, 1687, 116, "setting"),(926, 259, 1238, 733, "door")]) else: $ result = renpy.imagemap("background/main_house/workroom_mid_day_naruto_unselected.png", "background/main_house/pool_night_naruto_selected.png", [(778, 0, 899, 119, "time"), (1211, 0, 1346, 119, "walkthrough"), (1553, 0, 1687, 116, "setting"),(926, 259, 1238, 733, "door")]) elif current_time == "afternoon": # điều kiện: scene workroom_afternoon_naruto with dissolve # vùng click if able_to_change_time == False: $ result = renpy.imagemap("background/main_house/workroom_afternoon_naruto_unselected.png", "background/main_house/pool_night_naruto_selected.png", [(1211, 0, 1346, 119, "walkthrough"), (1553, 0, 1687, 116, "setting"),(926, 259, 1238, 733, "door")]) else: $ result = renpy.imagemap("background/main_house/workroom_afternoon_naruto_unselected.png", "background/main_house/pool_night_naruto_selected.png", [(778, 0, 899, 119, "time"), (1211, 0, 1346, 119, "walkthrough"), (1553, 0, 1687, 116, "setting"),(926, 259, 1238, 733, "door")]) elif current_time == "night": # điều kiện: scene workroom_night_naruto with dissolve # vùng click if able_to_change_time == False: $ result = renpy.imagemap("background/main_house/workroom_afternoon_naruto_unselected.png", "background/main_house/pool_night_naruto_selected.png", [(1211, 0, 1346, 119, "walkthrough"), (1553, 0, 1687, 116, "setting"),(926, 259, 1238, 733, "door")]) else: $ result = renpy.imagemap("background/main_house/workroom_afternoon_naruto_unselected.png", "background/main_house/pool_night_naruto_selected.png", [(1211, 0, 1346, 119, "walkthrough"), (1553, 0, 1687, 116, "setting"),(926, 259, 1238, 733, "door")]) if result == "walkthrough": $ current_event = "workroom_event" jump walkthrough_event elif result == "time": $ current_event = "workroom_event" jump time_event elif result == "bag": jump bag_event elif result == "setting": $ renpy.call_screen("preferences") elif result == "door": jump floor_2_event label handle_workroom_event: jump workroom_event label walkthrough_event: show walkthrough_1 with dissolve if first_time_saw_himawari_shower == False: show story_guide 0_1 with dissolve elif first_time_have_break_fast == False: show story_guide 0_2 with dissolve elif first_go_to_school == False: show story_guide 0_3 with dissolve elif got_first_bullied == False: show story_guide 0_3 with dissolve elif first_time_in_class == False: show story_guide 0_4 with dissolve elif first_help_shiho == False: show story_guide 0_5 with dissolve elif talked_with_sumire == False: show story_guide 0_6 with dissolve elif got_yelled_by_mom == False: show story_guide 0_7 with dissolve elif slept_after_mom_yelled == False: show story_guide 0_8 with dissolve elif first_met_kaguya == False: show story_guide 0_9 with dissolve else: show wait_for_update with dissolve $ result = renpy.imagemap("ui_ux/walkthrough/icon_unselected.png", "ui_ux/walkthrough/icon_selected.png", [(43, 352, 172, 482, "hinata"), (191, 352, 321, 482, "himawari"), (342, 352, 472, 482, "sumire"),(493, 352, 624, 482, "sadara"), (646, 352, 778, 482, "naimi"), (800, 352, 931, 482, "shiho"), (1581, 518, 1651, 652, "arrow")]) if result == "hinata": show hinata_text with dissolve $ result = renpy.imagemap("ui_ux/walkthrough/arrow_unselected.png", "ui_ux/walkthrough/arrow_selected.png", [(1581, 518, 1651, 652, "arrow")]) if result == "arrow": hide hinata_text with dissolve jump walkthrough_event elif result == "himawari": show himawari_text with dissolve $ result = renpy.imagemap("ui_ux/walkthrough/arrow_unselected.png", "ui_ux/walkthrough/arrow_selected.png", [(1581, 518, 1651, 652, "arrow")]) if result == "arrow": hide himawari_text with dissolve jump walkthrough_event elif result == "sumire": show sumire_text with dissolve $ result = renpy.imagemap("ui_ux/walkthrough/arrow_unselected.png", "ui_ux/walkthrough/arrow_selected.png", [(1581, 518, 1651, 652, "arrow")]) if result == "arrow": hide sumire_text with dissolve jump walkthrough_event elif result == "sadara": show sadara_text with dissolve $ result = renpy.imagemap("ui_ux/walkthrough/arrow_unselected.png", "ui_ux/walkthrough/arrow_selected.png", [(1581, 518, 1651, 652, "arrow")]) if result == "arrow": hide sadara_text with dissolve jump walkthrough_event elif result == "naimi": show naimi_text with dissolve $ result = renpy.imagemap("ui_ux/walkthrough/arrow_unselected.png", "ui_ux/walkthrough/arrow_selected.png", [(1581, 518, 1651, 652, "arrow")]) if result == "arrow": hide naimi_text with dissolve jump walkthrough_event elif result == "shiho": show shiho_text with dissolve $ result = renpy.imagemap("ui_ux/walkthrough/arrow_unselected.png", "ui_ux/walkthrough/arrow_selected.png", [(1581, 518, 1651, 652, "arrow")]) if result == "arrow": hide shiho_text with dissolve jump walkthrough_event elif result == "arrow": hide story_guide with dissolve hide walkthrough_1 with dissolve $ renpy.jump(current_event) label time_event: if current_time == "morning": $ current_time = "mid_day" elif current_time == "mid_day": $ current_time = "afternoon" elif current_time == "afternoon": $ current_time = "night" $ renpy.jump(current_event) label open_walkthrough: show walkthru_slide with moveintop show walkthrough_bg behind walkthru_slide with moveinright $ renpy.pause(0.5, hard=True) $ result = renpy.imagemap("walkthrough_unselected.png", "walkthrough_selected.png", [(47, 184, 171, 311, "char_1"), (47, 184, 171, 311, "char_1"), (191, 184, 316, 311, "char_2"), (337, 184, 465, 311, "char_3"), (489, 184, 616, 311, "char_4"), (640, 184, 767, 311, "char_5"), (791, 184, 919, 311, "char_6"), (1579, 517, 1651, 650, "back")]) if result == "back": hide walkthrough_bg with moveoutright hide walkthru_slide with moveoutbottom else: pass pause