How you did this? Please tell us.I added a option in Kie's menu to ask her for money XD
How you did this? Please tell us.I added a option in Kie's menu to ask her for money XD
Well, I did it specifically with Kie when she is in the yard but you can add it to any character menu that you would like (I did it with Kie because it would be funny to ask your mom for money XD).How you did this? Please tell us.
"Give me money":
scene bg yard1 with dissolve
show kie talk with dissolve
kie "Sure"
$ gold += 200
play sound "audio/get_item.ogg"
show gold with dissolve
"+200 yen."
jump yard1Navigation
label kieYard1Click:
scene bg yard1
show kie yard1
menu kie_yard1_talk:
"Give me money":
scene bg yard1 with dissolve
show kie talk with dissolve
kie "Sure"
$ gold += 200
play sound "audio/get_item.ogg"
show gold with dissolve
"+200 yen."
jump yard1Navigation
"Address me differently":
scene bg yard1 with dissolve
show kie talk with dissolve
kie "How do you feel better about me calling you?"
show kie neutral with dissolve
menu:
"[mcname]":
$ mc_kie = mcname
show kie talk with dissolve
kie "Sure, no problem, [mc_kie]."
show kie neutral with dissolve
jump kie_yard1_talk
"Tanjiro":
$ mc_kie = "Tanjiro"
show kie happy1 with dissolve
kie "Sure, my dear Tanjiro."
show kie neutral with dissolve
jump kie_yard1_talk
"Never mind":
jump kie_yard1_talk
"Talk to her":
scene bg yard1 with dissolve
show kie neutral with dissolve
mc "Why are you drying the clothes when there are girls in this mansion who take care of it?"
show kie talk with dissolve
kie "Well, I volunteered. I'm not really used to such luxuries like in this mansion."
kie "Besides, I want to be helpful. I heard that the girls here do what they can since they're not fit to be hunters, so I want to do the same."
show kie neutral with dissolve
mc "Ah, I see. If that's the case, I think it's fine."
show kie happy1 with dissolve
kie "Um. You don't need to worry, [mcname]. I'm not too old to sit around doing nothing."
show kie happy with dissolve
mc "Yes, I didn't mean that."
show kie happy3 with dissolve
kie "Hehe, I know."
show kie happy2 with dissolve
jump yard1Navigation
"Back":
jump yard1Navigation
can u give me ur file pls ?it doesn't work with me i crash when i talk to kieWell, I did it specifically with Kie when she is in the yard but you can add it to any character menu that you would like (I did it with Kie because it would be funny to ask your mom for money XD).
Go to the folder "code" in the game files and there open the file mansion.rpy. Search "label kieYard1Click" and there you will see the menu "kie_yard1_talk" that has various options: "Address me differently", "Talk to her" and "Back". There I added a new option "Give me money" like this:
(I added some extra code to make it more "realistic" like the sound effect for when you receive money)Code:"Give me money": scene bg yard1 with dissolve show kie talk with dissolve kie "Sure" $ gold += 200 play sound "audio/get_item.ogg" show gold with dissolve "+200 yen." jump yard1Navigation
The important thing there is the "$ gold += 200". There you can modify the number for how much money you want to receive each time.
At the end you will have something like this:
Code:label kieYard1Click: scene bg yard1 show kie yard1 menu kie_yard1_talk: "Give me money": scene bg yard1 with dissolve show kie talk with dissolve kie "Sure" $ gold += 200 play sound "audio/get_item.ogg" show gold with dissolve "+200 yen." jump yard1Navigation "Address me differently": scene bg yard1 with dissolve show kie talk with dissolve kie "How do you feel better about me calling you?" show kie neutral with dissolve menu: "[mcname]": $ mc_kie = mcname show kie talk with dissolve kie "Sure, no problem, [mc_kie]." show kie neutral with dissolve jump kie_yard1_talk "Tanjiro": $ mc_kie = "Tanjiro" show kie happy1 with dissolve kie "Sure, my dear Tanjiro." show kie neutral with dissolve jump kie_yard1_talk "Never mind": jump kie_yard1_talk "Talk to her": scene bg yard1 with dissolve show kie neutral with dissolve mc "Why are you drying the clothes when there are girls in this mansion who take care of it?" show kie talk with dissolve kie "Well, I volunteered. I'm not really used to such luxuries like in this mansion." kie "Besides, I want to be helpful. I heard that the girls here do what they can since they're not fit to be hunters, so I want to do the same." show kie neutral with dissolve mc "Ah, I see. If that's the case, I think it's fine." show kie happy1 with dissolve kie "Um. You don't need to worry, [mcname]. I'm not too old to sit around doing nothing." show kie happy with dissolve mc "Yes, I didn't mean that." show kie happy3 with dissolve kie "Hehe, I know." show kie happy2 with dissolve jump yard1Navigation "Back": jump yard1Navigation
Sure, here it iscan u give me ur file pls ?it doesn't work with me i crash when i talk to kie
Talk to TamayoWhere do you get a potion in the good route to give Yumiko?
misuzu19Code Patreon ?
I tried that but she just says she'll let me know when she needs help.Talk to Tamayo
Thanks.misuzu19
And like that, she just tells me she's still studying my blood.I tried that but she just says she'll let me know when she needs help.
you have to wait a few days but talk ot ehr everydayThanks.
And like that, she just tells me she's still studying my blood.