mirror of
https://github.com/P3D-Legacy/P3D-Legacy.git
synced 2025-08-17 15:58:45 +02:00
20 lines
1.3 KiB
Plaintext
20 lines
1.3 KiB
Plaintext
version=2
|
|
@text.show(Only trainers who~have proven themselves~may pass.)
|
|
:if:<player.hasbadge(3)>=True
|
|
:if:<player.hasbadge(11)>=True
|
|
@text.show(Oh! The Thunder~Badge of Kanto!*And the Plain~Badge of Johto!*Please, go right~on through!)
|
|
:else
|
|
@text.show(Oh! The Thunder~Badge of Kanto!*Please, go right~on through!)
|
|
:endif
|
|
@register.register(badgecheck3-11)
|
|
:else
|
|
:if:<player.hasbadge(11)>=True
|
|
@text.show(Oh! The Plain~Badge of Johto!*Please, go right~on through!)
|
|
@register.register(badgecheck3-11)
|
|
:else
|
|
@Text.show(I am sorry you aren't~qualified to pass here.)
|
|
@player.turn(1)
|
|
@player.move(1)
|
|
:endif
|
|
:endif
|
|
:end |