mirror of
https://github.com/P3D-Legacy/P3D-Legacy.git
synced 2025-08-14 06:18:36 +02:00
14 lines
900 B
Plaintext
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 |