Removed retarded file system
This commit is contained in:
parent
e02ef687f6
commit
924c49cb6b
@ -734,7 +734,7 @@ A "With me."
|
||||
|
||||
if score == 0: #The Bad Ending
|
||||
|
||||
$ file = open("Bad", "w+")
|
||||
$ persistent.b_end = True
|
||||
|
||||
"She pauses a moment, I can see the gears turning in her head."
|
||||
|
||||
@ -850,7 +850,7 @@ if score == 0: #The Bad Ending
|
||||
jump playAgain
|
||||
|
||||
if score == 1 or score == 2: #The Neutral Ending
|
||||
$ file_object = open("Neutral", "w+")
|
||||
$ persistent.n_end = True
|
||||
|
||||
"She pauses in the middle of packing her bag."
|
||||
scene n1 with dissolve
|
||||
@ -988,7 +988,7 @@ if score == 1 or score == 2: #The Neutral Ending
|
||||
if score == 3: #The Good Ending
|
||||
stop music fadeout 2.0
|
||||
play music "audio/love_theme_simple.ogg" volume 0.05 loop
|
||||
$ file_object = open("Good", "w+")
|
||||
$ persistent.g_end = True
|
||||
|
||||
scene g1 with dissolve
|
||||
|
||||
@ -1111,7 +1111,7 @@ if score == 3: #The Good Ending
|
||||
pause 3
|
||||
scene black with fade
|
||||
|
||||
if os.path.isfile('Bad') and os.path.isfile('Neutral') and os.path.isfile('Good'): #The Secret Ending
|
||||
if persistent.b_end and persistent.n_end and persistent.g_end: #The Secret Ending
|
||||
"We spent the rest of that evening together in that lecture hall."
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user