- Jul 18, 2020
- 2,072
- 8,660
It's hard to say which characters will be important in the future. we know that rachel's route is finished so don't actually need her points. As of now important characters areWell... this would actually be possible, even without playing the game through completely. There is only one "small problem": after a quick check in the game code there are currently already 19!!! girls with a counter! And unfortunately I can't probably fit all counters of them on the screen at once.
So maybe you can help me there: here's a code copy from these girls. I could show about 10-12 of them on the screen - which ones?
$ Alexis_Points = 0
$ Emily_Points = 0
$ Melissa_Points = 0
$ Erynn_Points = 0
$ Layla_Points = 0
$ Elena_Points = 0
$ Nikki_Points = 0
$ Cara_Points = 0
$ Tori_Points = 0
$ Adriana_Points = 0
$ Gabi_Points = 0
$ Naomi_Points = 0
$ Rachel_Points = 0
$ Natasha_Points = 0
$ Lakeyn_Points = 0
$ Valeria_Points = 0
$ Julia_Points = 0
$ Sienna_Points = 0
$ Brooke_Points = 0
$ Alexis_Points = 0
$ Emily_Points = 0
$ Melissa_Points = 0
$ Erynn_Points = 0
$ Layla_Points = 0
$ Elena_Points = 0
$ Nikki_Points = 0
$ Cara_Points = 0
$ Adriana_Points = 0
$ Lakeyn_Points = 0
$ Valeria_Points = 0
$ Brooke_Points = 0
If you want to make it 10 you can get rid of Adriana and Emily.
If possible can you also make a menu where we can see points for all the 19 girls and can also change points?