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