reyreynao

Member
Nov 12, 2020
108
92
I am stuck at midday, tried to do anything but nothing makes the mid day go to night. Tried now on 3 plays, always stuck after I have met the teacher 2x after school (used this to skip mid day to get night, but since one can only do it twice, I am stuck). Literally unplayable.
 

NUBESROJAS

Member
May 23, 2020
325
738
I am stuck at midday, tried to do anything but nothing makes the mid day go to night. Tried now on 3 plays, always stuck after I have met the teacher 2x after school (used this to skip mid day to get night, but since one can only do it twice, I am stuck). Literally unplayable.
menu:
"Talk [MargeChatCount]/7" if MargeCantTalk == 0:
if CurrentTime == 1:
Marge "I'm trying to watch my show [Name] can we talk tomorrow?"
You "Sure sorry for bothering you."
call MargeChatControl from _call_MargeChatControl
elif MargeChatCount == 0 and EdnaChatCount > 0:
call MargeChat1 from _call_MargeChat1
elif MargeChatCount == 1:
call MargeChat2 from _call_MargeChat2
elif MargeChatCount == 2:
call MargeChat3 from _call_MargeChat3
elif MargeChatCount == 3:
call MargeChat4 from _call_MargeChat4
elif MargeChatCount == 4:
call MargeChat5 from _call_MargeChat5
elif MargeChatCount == 5:
call MargeChat6 from _call_MargeChat6
else:
Marge "I don't have anything to talk about maybe later."
call MargeChatControl from _call_MargeChatControl_1
"Money Chat" if MargeMoneyChatCheck == 0 and MargeChatCount >= 2:
call MargeMoneyChat from _call_MargeMoneyChat
"Do Chores" if ChoresUnlocked == 1:
$ Money += 20
if CurrentTime == 0:
Correction: elif MargeChatCount == 0 and EdnaChatCount >= 0:
 

NUBESROJAS

Member
May 23, 2020
325
738
label MargeShower:
show screen nothing
show Bathroom Ajar
You "(I think I see a light on in the bathroom should I look inside?)"
menu:
"Yes":
hide Bathroom Ajar
show Marge Shower Back
You "(Can't wait to fuck her she's so hot)"
hide Marge Shower Back
show Marge Shower Front
You "(I better get out of here)"
hide Marge Shower Front
$ ShowerMarge = 1
if Imagining == 1:
$ Imagining = 0
jump YourRoom
else:
jump Upstairs
"No":
hide Bathroom Ajar
jump Upstairs

possibly the problem is the composition of the event since it does not advance to the next
and does not repeat itself, marge simply disappears
 

reyreynao

Member
Nov 12, 2020
108
92
menu:
"Talk [MargeChatCount]/7" if MargeCantTalk == 0:
if CurrentTime == 1:
Marge "I'm trying to watch my show [Name] can we talk tomorrow?"
You "Sure sorry for bothering you."
call MargeChatControl from _call_MargeChatControl
elif MargeChatCount == 0 and EdnaChatCount > 0:
call MargeChat1 from _call_MargeChat1
elif MargeChatCount == 1:
call MargeChat2 from _call_MargeChat2
elif MargeChatCount == 2:
call MargeChat3 from _call_MargeChat3
elif MargeChatCount == 3:
call MargeChat4 from _call_MargeChat4
elif MargeChatCount == 4:
call MargeChat5 from _call_MargeChat5
elif MargeChatCount == 5:
call MargeChat6 from _call_MargeChat6
else:
Marge "I don't have anything to talk about maybe later."
call MargeChatControl from _call_MargeChatControl_1
"Money Chat" if MargeMoneyChatCheck == 0 and MargeChatCount >= 2:
call MargeMoneyChat from _call_MargeMoneyChat
"Do Chores" if ChoresUnlocked == 1:
$ Money += 20
if CurrentTime == 0:
Correction: elif MargeChatCount == 0 and EdnaChatCount >= 0:

I don't see where I can see these inputs nor do I know where I can change it if the code is wrong.
 

NUBESROJAS

Member
May 23, 2020
325
738
I already found that something is wrong with Marge's path, everything is progressing well until you interact with her in the bathroom, something that I could not notice before because of the search for the new scenes but in truth this and everything is correct in the scipts or maybe not, I'm confused :confused::confused::confused:
 

reyreynao

Member
Nov 12, 2020
108
92
I already found that something is wrong with Marge's path, everything is progressing well until you interact with her in the bathroom, something that I could not notice before because of the search for the new scenes but in truth this and everything is correct in the scipts or maybe not, I'm confused :confused::confused::confused:
Well Lisa and Edna's paths have problems too. Only the really short ones of Nikki and Jessica seems ok.
 

Qmil679

Q / Motherlover
Donor
Mar 13, 2019
5,060
13,469
Links for PC version: nopy, pixeldrain, uploadhaven have links to LINUX version instead of PC.
 
  • Like
Reactions: faba
3.60 star(s) 9 Votes