h8 python indent formatting + replaced a stray jump w/ return
This commit is contained in:
parent
947826bd8b
commit
12e6a7f6fa
@ -461,49 +461,35 @@ label chapter_8:
|
||||
jump musicalchoices
|
||||
"Try Something Cool":
|
||||
play sound "audio/effects/goodA.mp3"
|
||||
|
||||
F "Wow that was really pretty."
|
||||
|
||||
A "Really?"
|
||||
|
||||
F "Pretty shit."
|
||||
jump musicalchoices
|
||||
|
||||
"Keep it simple":
|
||||
play sound "audio/effects/correctA.mp3"
|
||||
F "Hmm. Interesting, keep going."
|
||||
|
||||
menu:
|
||||
|
||||
"Jam out hard":
|
||||
play sound "audio/effects/badB.mp3"
|
||||
F "You {i}really{/i} suck at this."
|
||||
jump musicalchoices
|
||||
|
||||
"Strum with confidence":
|
||||
play sound "audio/effects/correctB.mp3"
|
||||
|
||||
F "That’s pretty good."
|
||||
|
||||
F "Don’t stop you idiot, keep going."
|
||||
|
||||
"Keep a soft tone":
|
||||
play sound "audio/effects/goodB.mp3"
|
||||
F "C’mon Anon, you can do better."
|
||||
jump musicalchoices
|
||||
|
||||
menu:
|
||||
|
||||
"Press this button or else your mother dies in her sleep":
|
||||
play sound "audio/effects/badC.mp3"
|
||||
F "Oh come on now, impress me."
|
||||
jump musicalchoices
|
||||
|
||||
"Try to impress":
|
||||
play sound "audio/effects/goodC.mp3"
|
||||
F "Nah… That’s not it, but you’re getting there."
|
||||
jump musicalchoices
|
||||
|
||||
"Play something random":
|
||||
play sound "audio/effects/correctC.mp3"
|
||||
F "I like this."
|
||||
@ -924,13 +910,9 @@ label chapter_8:
|
||||
"{i}Never make anything again. Ever.{/i}"
|
||||
|
||||
"Ah, just a day in the life of an underappreciated artist."
|
||||
|
||||
|
||||
#jump ChVVURMDRAMA - commented out 6/14/21 - redundant with new "system" and needs to point to chapter_9 instead
|
||||
jump chapter_9
|
||||
return
|
||||
|
||||
label GetStartedOnStudy:
|
||||
|
||||
play music 'audio/OST/Dragging on and on....ogg' fadein 1.0
|
||||
"No, I should focus more on my midterms."
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user