2023-05-28 22:53:40 -05:00

16 lines
1.2 KiB
Plaintext

version=2
:if:<register.registered(frontier_intro)>=false
@player.move(0)
@text.show(Is it your first time here?~Please step this way!)
@Player.move(2)
@Player.turnto(1)
@Player.move(2)
@text.show(The front lines of Pokémon~battling!*Welcome to the~Battle Frontier!*For all first-time~visitors, we issue the~Frontier Expansion Card~for your PokéGear.)
@register.register(pokegear_card_frontier)
@sound.play(success_small,1)
@text.show(<player.name> received~the Frontier Card!)
@Register.register(frontier_intro)
@text.show(We hope you enjoy all~that the Battle Frontier~has to offer!)
:endif
:end