P3D-Legacy/P3D/Content/Data/Scripts/frontier/gate/4.dat

30 lines
3.8 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~basic rules that are~common to all challenges~offered by the facilities~in the Battle Frontier.)
:endif
@Text.show(Which would you like~to learn about?)
@options.SetCancelIndex(2)
@Options.show(Two Styles,Lvl 50,Open Level,Pokémon,Hold Items,Exit)
:when:Two Styles
@text.show(All the challenges at the~Battle Frontier's facilities,~except the Battle Hall,~come in two courses--~Level 50 and Open Level.)
:when:Lvl 50
@text.show(The Level 50 course is open~to Pokémon up to and~including level 50.*Please keep in mind, however,~that no trainer you face~will have any Pokémon~below level 50.*This course is the entry~level for battles at~the Battle Frontier.*To begin, we hope you~will challenge this course.)
:when:Open Level
@text.show(The Open Level course places~no limit on the levels of~Pokémon entering challenges.*The levels of your opponents~will be adjusted to match~the levels of your Pokémon.*However, no trainer you~face will have any Pokémon~below level 60.)
:when:Pokémon
@text.show(Virtually any kind of~Pokémon may take on the~challenges at all facilities.*Eggs and certain kinds~of Pokémon, however,~are not permitted.*The number of Pokémon~required for challenges will~depend on the facility.*At all facilities, however,~two or more of the same~kind of Pokémon are not~permitted.)
:when:Hold Items
@text.show(When entering a challenge at~a Battle Frontier facility,~Pokémon may not be holding~the same kind of item.*Please make sure that all~Pokémon entering a challenge~are holding different items.)
:when:Exit
@text.show(We hope you enjoy all~that the Battle Frontier~has to offer!)
@register.unregister(firstloop,bool)
:endscript
:endwhen
:end