+++Ran into an error
"Error: <<include>>: passage "Brother Barthroom" does not exist<<include "Brother Barthroom">>"
<tw-passagedata pid="134" name="Day Chores Mom" tags="" position="700,1000" size="100,100">
<<if $chores < 5>>
<<include "Upangermom">>
<<endif>>
<<if $chores > 4>>
<<include "Lowangermom">>
<</if>>
I just copy pasted the kitchen code to the bathroom, because there is a `$cleanbathtoday` variable so I assume that's the fifth one - but no way to clean it.There's a pretty major bug in this game:
The problem here is, there's only 4 locations to clean (your room, living room, kitchen and the hallway) and so you can at best only gain 4 chores points in a day. But the game will consider this not enough and will raise Mom's anger, because the checks have the threshold set at 5 points. Which is impossible.HTML:<tw-passagedata pid="134" name="Day Chores Mom" tags="" position="700,1000" size="100,100"> <<if $chores < 5>> <<include "Upangermom">> <<endif>> <<if $chores > 4>> <<include "Lowangermom">> <</if>>
The "progress" is through advancing corruption for brother and dad. (leave the bathroom unlocked when showering, tease your brother while cleaning, make bets with him playing videogames, walk in the hallway while naked, try to steal money from parents room, etc) Higher corruption levels open new interactions.Five days spent, nothing happened, cleaning everything, no progress, can't leave the house, not sure what the point is.
I guess the only way to progress is to piss off mum, while being a good daughter is a dead end.
helping mother in kitchen in the morning is a chore too.There's a pretty major bug in this game:
The problem here is, there's only 4 locations to clean (your room, living room, kitchen and the hallway) and so you can at best only gain 4 chores points in a day. But the game will consider this not enough and will raise Mom's anger, because the checks have the threshold set at 5 points. Which is impossible.HTML:<tw-passagedata pid="134" name="Day Chores Mom" tags="" position="700,1000" size="100,100"> <<if $chores < 5>> <<include "Upangermom">> <<endif>> <<if $chores > 4>> <<include "Lowangermom">> <</if>>
No, while it lowers Mom's anger separately/directly it is not included in the chores system, i.e. doesn't increase this variable.elping mother in kitchen in the morning is a chore too.