Chapter 8 choices formatting
This commit is contained in:
@ -622,8 +622,10 @@ label chapter_8:
|
|||||||
pause .5
|
pause .5
|
||||||
|
|
||||||
python:
|
python:
|
||||||
choices = [(_('Play The Guitar'), 'lLetFangPlayGuit'),
|
choices = [
|
||||||
|
(_('Play The Guitar'), 'lLetFangPlayGuit'),
|
||||||
(_('Get to Studying'), 'lGetStartedOnStudy')]
|
(_('Get to Studying'), 'lGetStartedOnStudy')]
|
||||||
|
|
||||||
renpy.jump(renpy.display_menu(randomize_choices(choices)))
|
renpy.jump(renpy.display_menu(randomize_choices(choices)))
|
||||||
|
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user