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

11 lines
662 B
Plaintext

version=2
@text.show(Only trainers who~have proven themselves~may pass.)
:if:<player.hasbadge(1)>=True
@text.show(Oh! The Boulder~Badge of Kanto!*Please, go right~on through!)
@register.register(badgecheck1)
:else
@Text.show(I am sorry you aren't~qualified to pass here.)
@player.turn(1)
@player.move(1)
:endif
:end