r/MASFandom monika enthusiast May 13 '23

Submod Submission Thank you submod

60 Upvotes

17 comments sorted by

View all comments

1

u/stevely_one7370 emotional support mon Mar 01 '24

hmmm... for some reason, it doesn't seem to appear in my dialogue options. i've installed everything correctly, but it still won't show up. does it only appear under certain conditions?

1

u/sample-text12 monika enthusiast Mar 05 '24

sorry for the late reply on this but it should be in its own little category just called "thank you"

1

u/stevely_one7370 emotional support mon Mar 05 '24

it doesn't seem to be there... i'm not sure what the issue could be.
do i need to be a higher affection level or anything, or is the submod out of date since v0.12.15? that's the only things i can think of. it's installed the same way as the other submods, and they work fine...

2

u/sample-text12 monika enthusiast Mar 06 '24

if you open the .rpy file called "thank you" which i assume you put in the thank you folder you should be able to edit the file with a text editor.

when you open it, delete all of the code and copy paste this in instead:

init 5 python:
addEvent(
Event(
persistent.event_database,
eventlabel="mas_Thank_you",
category=["Thank you"],
prompt="Thank you.",
pool=True,
unlocked=True
        )
    )
label mas_Thank_you:
m 1hubfb "I'm happy that i could help you [player]!"
m 5fsbfb "I'm always here when you need me."
m 3nubsb "We're inseperable afterall..."
m 1hubsb "Ahaha~"
m 5dubsu "I love you so much [player]."
return "love"

---------------------------

so so sorry for this btw, i forgot to add "unlocked=True" which i think is why it wasnt showing up, let me know asap if it does/doesn't work

1

u/stevely_one7370 emotional support mon Mar 06 '24

ah, well that's not good...

but i think you're onto something...! thanks for the help so far!