Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

Thanks for the detailed info! I'll go back and fix those issues.

(2 edits)

Weird thing, followed along and found that route for the 1st and 3rd error only happens with

`jump hal` to `label hal:`

Since the "I'm In." option goes through that too but after `label ribbit:` I added an extra blank line (using visual studio) like so

label ribbit:

    $ leahbi = False


label hal:

and put [coryname] back, game ran fine. Deleted the blank line to put it back the way it was, game runs fine. It's likely just some formatting error then. Here's the original save where the errors started popping up. https://www.mediafire.com/file/nffxzrlaubckzeb/19-2-LT1.save/file

Haven't gone looking for the bbaby one yet, but here's the save where it occurs. https://www.mediafire.com/file/48b9ju6r7c0a7co/52-1-LT1.save/file

Can confirm I also got "Cory" instead of the name I choose on the dialogues

If you made that change I suggested, that hard-codes "Cory", but it prevents that error from happening until there's a fix. It won't hurt your save, the name you chose will still be saved.

Hey, I hope you don't mind people poking in the scripts, I mostly looked for the debugging, and then started looking to see what choices not covered by the walkthrough resulted in different routes. I noticed the variable 'leahf' never gets set to True and is checked once in Episode 12 and a lot in the Laura Cruise ending, but it's always False so no one will ever see the alternative. Is 'label stayd' actually supposed to set it True, since 'label goingbig' is obviously the keep growing route?

Also actually playing the game found when you choose "Push Her" on Jenn's girlfriend route the MC says "You don't like to roleplay?", "Alright, I'm going to get to class.", and "I thought I said not to call me daddy?" with no lines from Jenn in between, so the MC's lines don't make sense.