you have my respect man, ty
Honestly, kudos to Goldo for making the code relatively easy to read. I've played enough games like this that I've gotten a good bit of experience searching for ways to tweak these games, and a lot of them look something like this:
Thisisreallykindofhardtoreadespeciallyifyoudon'tknowwhatyou'relookingforandhonesltyIkepthavingtogobackanddeletespacesIputinbecausewritingthiswayisverycounterintuitive.
Meanwhile, Goldo's code looks like this:
Proper spacing
{
Indentation is the way it should be
{
He even uses new lines and spacing to make things easier to read.
#Plus he actually uses the comments AND MAKES THEM DISTINCT so the code is really easy to get through.
}
}
Honestly, it's easier to read than some of the standard renpy code.
EDIT: I've never actually tried to use the TAB key here, and ironically after typing everything out I realized that even copy-pasting tabs into the text doesn't work. Goldo has better use of tabs than our chat fucntion...