P3D-Legacy/P3D/Content/Data/Scripts/chrono/egg.dat

16 lines
1.3 KiB
Plaintext

version=2
:if:<register.registered(manamapget)>=false <or> <inventory.countitem(292)>=0
@text.show(You travel all over~the place, don't you?*You're not driving your~Pokémon too harshly,~are you?)
@text.show(Let me take a look.*... ... ... ... ... ...)
:if:<pokemon.friendship(0)>>200
@text.show(Oh, impressive.*You treat your Pokémon right.*I think you can be~entrusted with this.)
@item.give(292,1)
@item.messagegive(292,1)
@text.show(That map...~Use it well.)
@register.register(manamapget)
:else
@text.show(You should be abit~nicer to your Pokémon,~don't you think?)
:endif
:endif
@text.show(I'm glad I met~someone like you.)
:end