P3D-Legacy/P3D/Content/Data/Scripts/route29/1.dat

14 lines
900 B
Plaintext

version=2
:if:<environment.daytimeid>=0
@Text.show(I'm waiting for~Pokémon that~appear only in the~morning.)
:endif
:if:<environment.daytimeid>=1
@Text.show(I'm waiting for~Pokémon that~appear only during~the day.)
:endif
:if:<environment.daytimeid>=2
@Text.show(I'm waiting for~Pokémon that~appear only in the~evening.)
:endif
:if:<environment.daytimeid>=3
@Text.show(I'm waiting for~Pokémon that~appear only at~night.)
:endif
:end