- Feb 7, 2020
- 132
- 474
It breaks on start when it asks for the player name. Those square brackets in '[Default: Tony]' were not being read as a string. Removing them fixes it.The Adventurous Couple [Ch 14 Full] Compressed
Win/Linux (6.3 GB/ 1.90 GB) :WorkUpload,You must be registered to see the links
Compressed With UAGC 1.8.8:
Image Quality: 60%.
Edit game/script.rpy line 368:
Code:
$ p_name = renpy.input ("Before we begin, what is your name? [Default: Tony]", "", length=16,)
Code:
$ p_name = renpy.input ("Before we begin, what is your name? Default: Tony", "", length=16,)