11 lines
660 B
Plaintext
11 lines
660 B
Plaintext
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 |