With summer holidays coming up very soon for me, I’ll have a lot of spare time to fill. One thing I want to do is draw, the other is work on a game I said I was abandoning.
So, Killer in the House is continuing!
But I thought the title was too parody-ish, like Scary Movie. So I renamed it to Demon Manor.
I’ve been going through it and seeing what could be done better, so among the new name are:
-Re-nameable siblings (Eg. If you wanted Aaron to be named Fishface, you can name him Fishface if you pick the right choice)
-A few new scenes
-An inventory system of 4 objects at a time
-1 new ending (Unfortunately, bad ending).
However along with a new chapter, there’s an error that I don’t know how to fix regarding the inventory.
The error is “line 36: couldn’t parse the line”
The code is:
*selectable_if (inventory1= "cheese") or (inventory2= "cheese") or (inventory3= "cheese") or (inventory4= "cheese")#Give her the cheese from earlier.
If someone could help me with that error I’d appreciate it greatly.
@Shoelip We do use the same calendar, but our Christmas and Summer holidays get lumped into one huge one down here. Still I’m happy to finally be off school c:
@Marajade That didn’t work, but I’ll keep trying different things until it works
\*selectable_if (((inventory1= "cheese") or (inventory2= "cheese")) or ((inventory3= "cheese") or (inventory4= "cheese")))#Give her the cheese from earlier.