P3D-Legacy/P3D/Content/Data/Scripts/route34/daycare/oldLady.dat

34 lines
2.9 KiB
Plaintext

version=2
:select:<daycare.countpokemon(0)>
:when:0
@text.show(I'm the Day-Care Lady.*We take care of the~precious Pokémon of~other trainers.*If you'd like us to~raise your Pokémon,~have a word with~my husband.)
:when:1
@text.show(Glad you came!~Your <daycare.pokemonname(0,0)> is~doing just fine!)
:when:2
:select:<daycare.canbreed(0,0)>
:when:91
@storage.set(string,breed_text,The two seem to get~along very well.)
:when:70
@storage.set(string,breed_text,The two seem to get~along very well.)
:when:65
@storage.set(string,breed_text,The two seem to~get along.)
:when:50
@storage.set(string,breed_text,The two seem to~get along.)
:when:26
@storage.set(string,breed_text,The two don't seem~to like each other.)
:when:20
@storage.set(string,breed_text,The two don't seem~to like each other.)
:when:0
@storage.set(string,breed_text,The two prefer to play~with other Pokémon than~each other.)
:endwhen
@text.show(Glad you came!*Your <daycare.pokemonname(0,0)> and~your <daycare.pokemonname(0,1)> are~doing just fine.*<storage.get(string,breed_text)>)
:if:<daycare.canbreed(0,0)>=70 <and> <register.registered(daycare_lavacookies)>=false
@text.show(Your Pokémon really like~each other.*I am pleased to see~this level of happyness.*Here, take these,~sweetie.)
@item.give(7,10)
@item.messagegive(7,10)
:endif
@storage.clear
:when:3
@text.show(My husband is looking for you.)
:endwhen
:end