P3D-Legacy/P3D/Content/Data/Scripts/dungeon/hiker.dat

13 lines
1.6 KiB
Plaintext
Raw Normal View History

2016-09-07 18:50:38 +02:00
<EFBFBD><EFBFBD>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.)
2016-09-07 18:50:38 +02:00
: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<00>mon for you.)
2016-09-07 18:50:38 +02:00
@register.register(entryhiker)
:else
@text.show(Oh, by the way, that~gem over there will heal~your Pok<00>mon for you.)
2016-09-07 18:50:38 +02:00
:endif
:endif
:end