P3D-Legacy/P3D/Content/Data/Scripts/frontier/frontier_shop.dat

20 lines
1.7 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 and power~enhancing items 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|16}{505|-1|48}{506|-1|48}{577|-1|48}{582|-1|24}{583|-1|24}{584|-1|24}{585|-1|24}{586|-1|24}{587|-1|24}{600|-1|24}{596|-1|24}{597|-1|24}{598|-1|24}{599|-1|24},1,0,bp)
@text.show(Thank you.)
:end
:when:No
@text.show(Have a nice day.)
:end
:endwhen
:end