Randomize point rewarding choices

This commit is contained in:
2022-11-02 12:07:52 +11:00
parent b586e8f4e9
commit dc2abc5494
8 changed files with 116 additions and 120 deletions

View File

@@ -935,11 +935,11 @@ label chapter_3:
# TODO: phone overlay with Elliot Raptor, and the text he made some valid points :^)
show layeredanonphone shitpost_elliot with dissolve
"Ah yes, perfect."
"Ah yes, perfect."
show layeredanonphone shitpost_elliotbp with dissolve
"Click post."
pause .5
show layeredanonphone shitpost_elliotsuccess with dissolve
show layeredanonphone shitpost_elliotsuccess with dissolve
pause .5
show layeredanonphone shitpost_elliotwait with dissolve
"{cps=*.3}Aaaand{/cps} now to wait."
@@ -1679,14 +1679,13 @@ label chapter_3:
window auto
pause .5
menu:
"Speak Up":
pause .5
jump .GuitarQuestionSpeakUp
"Stay Silent":
pause .5
jump .GuitarQuestionStaySilent
python:
#menu item text then label to jump into
choices = [(_('Speak Up'), '.GuitarQuestionSpeakUp'),
(_('Stay Silent'), '.GuitarQuestionStaySilent')]
_value = renpy.display_menu(randomize_choices(choices))
renpy.pause(0.5)
renpy.jump(_value)
label .GuitarQuestionSpeakUp: