# The game starts here. label start: # Player $ understanding = 0 $ player_points = 0 # Currency $ money = 10000 $ zx = 0 # Game System $ day = 1 $ day_count = 0 $ daytime = True # Settings $ quick_menu = False # Characters $ gwen = 0 $ ginger = 0 $ sae = 0 $ astrid = 0 $ Ada = 0 $ valeria = 0 $ zorna = 0 $ tiffany = 0 $ rachel = 0 $ madelyn = 0 $ jennifer = 0 $ mika = 0 $ girlfriend = "N/A" # Items $ flower = 0 $ water = 0 $ cupcake = 0 # Starts... stop music fadeout 1.0 scene black with fade with Dissolve(0.5) #show screen secret01x with dissolve #pause 3.0 #hide screen secret01x with dissolve stop music fadeout 3.0 scene i1 with fade $ quick_menu = True play loops "audio/sfx_engine.mp3" fadein 1.0 jump labeling label labeling: python: name = renpy.input("Type First Name & Press Enter! *(10 letters maximum)*", length=10, default='Kay' , exclude='{}#$%&?¡¿') name = name.strip() or "Kay" scene i2 with dissolve play sound "audio/sfx_honking.mp3" volume 0.7 show alerting at jumping pause hide alerting scene i3 with Dissolve(0.1) voice "voice/mc/1.mp3" mc "Hi Dad!" voice "voice/d/1.mp3" d "Good afternoon {color=#FFFF00}[name]{/color}, hop in!" play sound "audio/sfx_cardoor.mp3" volume 0.6 show i4: xalign 0.5 with hpunch play effects "audio/sfx_acceleration.mp3" volume 0.4 scene i5 with dissolve scene i6 with fade voice "voice/d/2.mp3" d "How's it going?" scene i7 with Dissolve(0.1) voice "voice/mc/2.mp3" mc "I'm pretty good." voice "voice/d/3.mp3" d "Wonderful, hmmm, I'm glad you're coming back to us." voice "voice/mc/4.mp3" play music "bgm/unforgiven.mp3" volume 0.7 fadein 1.0 mc "Me too dad, I miss you and the girls." voice "voice/mc/5.mp3" mc "I miss {color=#FFC0CB}Sae{/color} so much. {color=#967bb6}Gin{/color}, {color=#336600}Gwen{/color} the goddess." voice "voice/d/4.mp3" d "We miss you too." voice "voice/d/5.mp3" d "And if {color=#ff0000}Jack{/color} wasn't mad, we could've been all together." voice "voice/d/6.mp3" d "I don't know why, but he can't stand {color=#967bb6}Ginger{/color} and myself." voice "voice/d/7.mp3" d "I tried to heal my relationship with {color=#ff0000}Jack{/color}, and it didn't work." voice "voice/mc/3.mp3" mc "I know, I just wish I could change him." voice "voice/d/8.mp3" d "It's not easy son, it's not easy." stop music fadeout 1.5 play effects "audio/sfx_acceleration.mp3" volume 0.4 scene i8 with Dissolve(0.1) pause stop loops fadeout 1.5 scene black with fade jump a1