- Dec 17, 2017
- 7,426
- 9,698
You're welcome! Thanks for making such an engaging game!Thanks a ton! I'd begun pinning down the problem, but this really narrows it down. I probably won't have the time to look into it further this weekend, because of various social engagements, but I'm going to work on a fix as soon as possible.
I sympathize with the problems with all the branches. You've got to get them all just right, or something shows up that shouldn't, or doesn't show up that should.
A suggestion - when you're writing the script, before you start coding, write down in plain language what you want gating each scene. Early design work like that makes the coding a ton easier. Refering back to something like:
if discreet and mom_love and went to concert
would be much easier to turn into code than trying to remember what conditions you want on that path while writing the code. I know this from experience! "Shit, that's not right. What the hell was I thinking? What is this supposed to be?"