#characters define mc = Character("[mcname]", color= "00CCCC") define samantha = Character("Samantha", color= "CC0066") define susan = Character("Susan", color= "FF8000") define olivia = Character("Olivia", color= "009900") define martin = Character("Martin", color= "CCCC00") define lily = Character("Lillian", color= "FF6666") define jasmine = Character("Jasmine", color= "4C0099") define kimi = Character("Kimi", color= "FF6666") define megan = Character("Megan", color= "990000") define up = Character("???", color= "FFFFFF") define miley = Character("Miley", color= "CCCC00") define william = Character("Dr. William", color= "009900") define chloe = Character("Chloe", color= "990099") define neighbor = Character("Neighbor", color= "FFFFFF") #transitions define flash = Fade(.25, 0.1, .75, color="#fff") define dis = Dissolve(0.7) define diss = Dissolve(1.5) define diss_black = Dissolve(2.3) define config.menu_include_disabled = False label splashscreen: scene splash1 with fade $ renpy.pause(3, hard=False) #KoGa3 pause (20) return label start: show screen age_verification with dis window hide pause hide screen age_verification scene namescreen with dis $ mcname = renpy.input("", default = "Marcus") $ mcname = mcname.strip() if mcname == "": $ mcname = "Marcus" jump ch1_KidsMemory_intro