2024-01-06 18:16:02 -06:00

35 lines
3.7 KiB
Plaintext

version=2
:if:<register.registered(firstloop)>=false
@register.register(firstloop,bool,false)
:endif
:if:<register.value(firstloop)>=false
@register.change(firstloop,true)
@Text.Show(I'm your guide to the~various facilities here~in the Battle Frontier.)
:endif
@Text.show(Which would you like~to learn about?)
@options.SetCancelIndex(6)
@Options.show(Battle Tower,Battle Dome,Battle Castle,Battle Hall,Battle Factory,Battle Pike,Exit)
:when:Battle Tower
@text.show(It is the gigantic tower~considered to be the~Battle Frontier's symbol.*Bring your best team of~3 Pokémon to take on~the Battle Tower.)
:when:Battle Dome
@text.show(The Battle Dome is the~large building shaped~like a huge egg.*Events called Battle Tourneys~are held in this facility.)
@text.show(The Battle Dome~is not yet operational and~is completely innaccessible.)
:when:Battle Castle
@text.show(The Battle Palace is the~red building on the west~of the Battle Frontier.*Manage battles with~Castle Points.)
@text.show(The Battle Castle~is not yet operational.)
:when:Battle Hall
@text.show(The Battle Hall is the~dojo-like building on the~east of the Battle Frontier.*Choose your best Pokemon~to defeat increasing ranks~of difficulty.)
@text.show(The Battle Hall~is not yet operational.)
:when:Battle Factory
@text.show(The Battle Factory is the~large building to the west~of the Plaza.*An event called the Battle~Swap is conducted there.)
:when:Battle Pike
@text.show(The Battle Pike is the~Seviper shaped building~in the center of the~Battle Frontier.*An event called the Battle~Choice is conducted there.)
@text.show(The Battle Pike~is not yet operational.)
:when:Exit
@text.show(We hope you enjoy all~that the Battle Frontier~has to offer!)
@register.unregister(firstloop,bool)
:endscript
:endwhen
@script.start(frontier\gate\2)