13 lines
1.6 KiB
Plaintext
13 lines
1.6 KiB
Plaintext
version=2
|
|
:if:<register.registered(activateyellowgem)>=True
|
|
@text.show(A pattern started~glowing on that gem!*When I touched it,~I warped to another room!*I didn't want to get lost,~though, so I returned here.)
|
|
:else
|
|
:if:<register.registered(entryhiker)>=False
|
|
@text.show(Oh, hello there!*Did you come out here to~explore the ruins?*Are you looking for treasure?~Adventure, perhaps?~Maybe even ancient secrets?*Well, I have a feeling~whatever you look for,~this place will provide.*A pair of scientists~of some sort have been~running around in these~ruins for a while already.*Oh, by the way, that~gem over there will heal~your Pokémon for you.)
|
|
@register.register(entryhiker)
|
|
:else
|
|
@text.show(Oh, by the way, that~gem over there will heal~your Pokémon for you.)
|
|
:endif
|
|
:endif
|
|
:end
|