mirror of
https://github.com/P3D-Legacy/P3D-Legacy.git
synced 2025-07-31 01:35:20 +02:00
9 lines
512 B
Plaintext
9 lines
512 B
Plaintext
version=2
|
|
:if:<register.registered(suicune1)>=True
|
|
:then
|
|
@Text.show(Three big Pokémon~ran off in different~directions. What were they?)
|
|
:else
|
|
@Text.show(That used to be a~much taller tower,*but it burned down~in a fire.)
|
|
@NPC.Turn(2,0)
|
|
:endif
|
|
:end |