13 lines
1.2 KiB
Plaintext
13 lines
1.2 KiB
Plaintext
version=2
|
|
:if:<register.registered(got_secret_potion)>=False <and> <register.registered(jasmine_meet)>=True
|
|
@Text.show(Your Pokémon appear to~be fine. Is something~worrying you?*...*The Lighthouse~Pokémon is in~trouble?*I got it!~*This ought to do~the trick.)
|
|
@item.give(67,1)
|
|
@item.messagegive(67,1)
|
|
@Text.show(My Secretpotion is~a tad too strong.*I only offer it in~an emergency.)
|
|
@Register.register(got_secret_potion)
|
|
:else
|
|
@Text.show(What's up? Need~some medicine?)
|
|
@screen.Trade({18|-1|-1}{17|-1|-1}{16|-1|-1}{38|-1|-1}{39|-1|-1},True,True)
|
|
@Text.show(All right.~See you around.)
|
|
:endif
|
|
:end |