15 lines
1.1 KiB
Plaintext
15 lines
1.1 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 would you like to learn a~move like that?~It's Swords Dance.)
|
|
@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 |