15 lines
1.2 KiB
Plaintext
15 lines
1.2 KiB
Plaintext
version=2
|
|
:if:<register.registered(swordsdanceTM)>=false
|
|
@text.show(Not many people come out~here.*If I train here, I'm convinced~that I'll get stronger and~stronger.*Yep, stronger and stronger...*How interested are you in~a move like that?*It's called Swords Dance.~Teach it to your Pokémon~as well.)
|
|
@options.show(Yes,No)
|
|
:when:Yes
|
|
@item.give(353,1)
|
|
@item.messagegive(353,1)
|
|
@register.register(swordsdanceTM)
|
|
:when:No
|
|
@text.show(Well, that's fine, too.)
|
|
:end
|
|
:endwhen
|
|
:endif
|
|
@text.show(If only we could keep getting~stronger and stronger, eh?)
|
|
:end |