20 lines
1.5 KiB
Plaintext
20 lines
1.5 KiB
Plaintext
version=2
|
|
|
|
:if:<register.registered(frontier_shop_intro)>=false
|
|
:then
|
|
@text.show(Greetings my fellow trainer,~and welcome to my little shop.*While the new frontier is under~construction, you can still*spend your Battle Points here~for some of the the best*training equipment around!*Do you want to buy~anything?)
|
|
@register.register(frontier_shop_intro)
|
|
:else
|
|
@text.show(Welcome to my Battle Frontier~shop.*I've got the best training~equipment for tough trainers~like you!*Do you want to buy~anything?)
|
|
:endif
|
|
@options.show(Yes,No)
|
|
:when:Yes
|
|
@screen.trade({581|-1|8}{582|-1|16}{583|-1|16}{584|-1|16}{585|-1|16}{586|-1|16}{587|-1|16},1,0,bp)
|
|
@text.show(Thank you.)
|
|
:end
|
|
:when:No
|
|
@text.show(Have a nice day.)
|
|
:end
|
|
:endwhen
|
|
|
|
:end |