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