P3D-Legacy/P3D/Content/Data/Scripts/route5/daycare/take_egg.dat

30 lines
2.0 KiB
Plaintext

version=2
@text.show(Oh, it's you!*We were raising your~Pokémon, and my goodness,~we were surprised!*Your Pokémon was holding~an Egg!*We don't know how it~got there, but your~Pokémon had it.*You do want it,~don't you?)
@options.show(Yes,No)
:when:Yes
:if:<pokemon.count><6
:then
@text.show(<player.name> received~the Egg from the~Day-Care Girl.)
@daycare.takeegg(1)
@text.show(Please take good~care of it!)
:else
@text.show(You have no room~right now.*Come back when you've~made room.)
:endif
:when:No
@text.show(I will take it and~never, ever give it back.~You do want this Egg,~don't you?)
@options.show(Yes,No)
:when:Yes
:if:<pokemon.count><6
:then
@text.show(<player.name> received~the Egg from the~Day-Care Girl.)
@daycare.takeegg(1)
@text.show(Please take good~care of it!)
:else
@text.show(You have no room~right now.*Come back when you've~made room.)
:endif
:when:No
@text.show(Oh boy! Thank you!)
@daycare.removeegg(1)
:endwhen
:endwhen
:end