P3D-Legacy/P3D/Content/Data/Scripts/league/badgecheck/1zkeeper.dat

11 lines
660 B
Plaintext
Raw Normal View History

2021-09-16 15:42:24 +02:00
<EFBFBD><EFBFBD>version=2
@text.show(Only trainers who~have proven themselves~may pass.)
:if:<player.hasbadge(9)>=True
@text.show(Oh! The Zephyr~Badge of Johto!*Please, go right~on through!)
@register.register(badgecheck9)
:else
@Text.show(I am sorry you aren't~qualified to pass here.)
@player.turn(1)
@player.move(1)
:endif
:end