P3D-Legacy/P3D/Content/Data/Scripts/league/leaguegatekeeper.dat

12 lines
672 B
Plaintext
Raw Normal View History

2016-09-07 18:50:38 +02:00
<EFBFBD><EFBFBD>version=2
@text.show(Only trainers who~have proven themselves~may pass.)
:if:<player.hasbadge(16)>=True
:then
@text.show(Oh! The eight~Badges of Johto!*Please, go right~on through!)
@register.register(badgecheck16)
:else
@Text.show(I am sorry you~aren't qualified~to pass here.)
@player.turnto(2)
@player.move(1)
:endif
:end