Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

I did it on 0.9 though seeing as it was something related to family I figured reporting it here was safer than patreon :P

There isn't an entry added in episode4.rpy for my_events but it checks if that was entered in MC_house.rpy so if you seen it in episode 4 and go back to your house you can see it play out again.  Adding entries to my_events when the event plays is safer than adding it before.

(+1)

I tried a full playthrough of the main story and I could not replicate the problem. I looked at the code and I could not find the problem. Maybe you have an older save you are playing on?

(+1)

It happens on a new playthough.

The problem is "$ my_events.add("mother_event_1")" is only entered once outside of the event and the event can play twice.

To replicate it:
1 - Don't do anything with the nurse.  No blowjobs for you :P
2 - Follow main story line so "principal_event_3" gets added to my_event.
3 - In "label principal_event_3.part_3" without a blowjob from the nurse it will trigger 'mother_event_1'
4 - Wait until Night at MC House Entrance.  This checks if "principal_event_3" was entered into my_event and after checks if "mother_event_1" was entered.  Going with the no nurse love for you route it won't be in the list.
5 - This triggers 'mother_event_1' to play again.  Other than scoring more love/hate with Akari it's not game breaking just odd that it plays twice.

(+1)

Oh, I found it now. Now it shouldn’t trigger ‘mother_event_1’ twice. Thanks for your help.