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

13 lines
1.5 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 the 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 these ruins?*Are you looking for treasure?~Adventure?~Ancient secrets?*Well I have a feeling~what ever you are looking~for this place will have it.*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.)
@register.register(entryhiker)
:else
@text.show(Oh, by the way that~gem over there will heal~your Pok<00>mon for you.)
:endif
:endif
:end