27 lines
1.5 KiB
Plaintext
27 lines
1.5 KiB
Plaintext
version=2
|
|
:if:<environment.day>=Sunday
|
|
@text.show(Hello.~Oh, your Pokémon...)
|
|
:if:<pokemon.friendship(0)>>200
|
|
@text.show(It's very attached to you.)
|
|
:if:<register.registered(GolTMReturn)>=false
|
|
@text.show(This move should be perfect~for a pair like you.)
|
|
@item.give(217,1)
|
|
@item.messagegive(217,1)
|
|
@register.register(GolTMReturn)
|
|
:endif
|
|
:end
|
|
:endif
|
|
:if:<pokemon.friendship(0)><50
|
|
@text.show(It can't stand you!)
|
|
:if:<register.registered(GolTMFrust)>=false
|
|
@text.show(This move should be~perfect for it.)
|
|
@item.give(211,1)
|
|
@item.messagegive(211,1)
|
|
@register.register(GolTMFrust)
|
|
:endif
|
|
:end
|
|
:endif
|
|
@text.show(It neither hates~nor loves you.*Keep training it and~bring it back here~next week!)
|
|
:end
|
|
:endif
|
|
:end |