40 lines
2.8 KiB
Plaintext
40 lines
2.8 KiB
Plaintext
version=2
|
|
:if:<register.registered(Shuckle_back)>=True
|
|
@text.show(My Pokémon has~come to like you.*All right, you~should keep it.*But promise to~be good to it!)
|
|
:end
|
|
:endif
|
|
|
|
:if:<register.registered(Shuckle)>=True
|
|
@text.show(Hi! How's my Pokémon?*I think I'm safe~now, so may I have~it back?)
|
|
@options.show(Yes,No)
|
|
:when:Yes
|
|
@text.show(My Pokémon has~come to like you.*All right, you~should keep it.*But promise to~be good to it!)
|
|
@register.register(Shuckle_back)
|
|
:when:No
|
|
@text.show(Oh, no... What'll~I do if he comes~back?)
|
|
:endwhen
|
|
:end
|
|
:endif
|
|
|
|
:if:<register.registered(Shuckle)>=False
|
|
@text.show(I, I'm in shock!*A guy about your~age with piercing*eyes and long hair~came in.*He scared me into~giving him my~prized Pokémon!*I still have one~left, but what if~he comes back?*You look strong.~Could you look*after my Pokémon~for a while?)
|
|
@options.show(Yes,No)
|
|
:when:Yes
|
|
:if:<pokemon.freeplaceinparty>=True
|
|
@text.show(Oh, thank you!*Take good care of~it, please!)
|
|
@Pokemon.add(213,15,A gift,5,at Cianwood City,0,Marvin)
|
|
@sound.play(success_small)
|
|
@text.show(<player.name> received~Shuckle!)
|
|
@pokemon.Rename(last)
|
|
@register.register(Shuckle)
|
|
@text.show(Thank you!)
|
|
:end
|
|
:endif
|
|
@text.show(Your Pokémon party~is full.)
|
|
:end
|
|
:when:No
|
|
@text.show(Oh, no... What'll~I do if he comes~back?)
|
|
:end
|
|
:endwhen
|
|
:endif
|
|
:end |