- Mar 17, 2019
- 523
- 556
Lines 1100 to 1102 (ch2_bath_02_img_lily) shouldn't happen automatically (ep2 start mc showering) if mc didn't take a peek at Lily showering in ep1. At choice5 there is a variable menu_flag used for peeking so it should be used in the shower scene too. Oh, that's a variable that is set to either False or True but it is never USED anywhere in the code base. So, you could use a variable like ch1_peek_shower_lily to make game remember if mc peeked at Lily in this playthrough or not if you're going to put images into mc's head that he hasn't seen.