mirror of
https://github.com/P3D-Legacy/P3D-Legacy.git
synced 2025-08-18 00:08:43 +02:00
16 lines
1.2 KiB
Plaintext
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
|