Around 12 hours of sleep later…

Turned out the error was because some of the code I made yesterday had SOMETHING that made the scriptable pissy and not work. I deleted a good scriptable because I thought it got corrupted. Not the end of the world but an annoyance still.

Been raining all day, no walks today.

Yesterday I found out Soreyuke Marin-chan’s OVAs were not only directed by Masami Obari but animated by Pink Pineapple too. I can’t stop thinking about that since Marin-chan is a bit of a classic for me and that genealogy explains so much. Pink Pineapple is my favorite hentai production house too.

I had vague memories of reading something (was it in TV Tropes?) about Marin-chan’s mangaka getting arrested for living his fantasies with an assistant in a very… not-okay way. I thought I was imagining things but it’s apparently enough of a thing that if you search the alleged headline in Japanese you get directed to…. a ton of dead links and one heated note on his Wikipedia article.

I deleted PlayMaker from the project. I’m happy I got such a cool tool on discount but it’s also a cool tool I’m not using anyways.

Also it turns out the scriptable that holds the sprites crashed because, within a for loop, I was using an if without an else and adding an empty else fixed it.

Interestingly I couldn’t make it into a switch since switches require a constant value for each case (so providing it with “thing” is fine, but providing it thing where thing is the name of a variable, is not).

Actually, turns out it’s because the scriptable didn’t have its script attached to it for some reason.

Remember kids, the biggest source of issues in computer things lies between the keyboard and the chair.