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: