Re: Chiru Chapter Title Mistakes and EP8 "Bern's Puzzle" Logs Errors
Posted: 21 Dec 2020, 00:24
2c is by design:
Note the 27 number. This is assume Bern quiz was successful without disclosing the answer. This is done in the following way to avoid spoilers and forcing the user to solve the puzzle.
Code: Select all
if %BtnRes = 11 loadchoices "0,0,0,1,3,2,3,4,0,1,2,1,4,0,2,4,2,27" : accept_choice_next_index 0 : jumpf
if %BtnRes = 12 loadchoices "0,0,0,1,3,2,3,4,0,1,2,1,4,0,2,4,2,27" : accept_choice_next_index 0 : jumpf
if %BtnRes = 13 loadchoices "0,0,0,1,3,2,3,4,0,1,2,1,4,0,2,4,2,27" : accept_choice_next_index 0 : jumpf
if %BtnRes = 14 loadchoices "0,0,0,1,3,2,3,4,0,1,2,1,4,0,2,4,2,27" : accept_choice_next_index 0 : jumpf
if %BtnRes = 15 loadchoices "0,0,0,1,3,2,3,4,0,1,2,1,4,0,2,4,2,27" : accept_choice_next_index 0 : jumpf
if %BtnRes = 16 loadchoices "0,0,0,1,3,2,3,4,0,1,2,1,4,0,2,4,2,27" : accept_choice_next_index 0 : jumpf
if %BtnRes = 17 loadchoices "0,0,0,1,3,2,3,4,0,1,2,1,4,0,2,4,2,27" : accept_choice_next_index 0 : jumpf