mirror of
https://github.com/P3D-Legacy/P3D-Legacy.git
synced 2025-07-31 01:35:20 +02:00
9 lines
434 B
Plaintext
9 lines
434 B
Plaintext
version=2
|
|
@Text.show(I see all.~I know all...*Certainly, I know~of your Pokémon!)
|
|
@Options.show(Read,See ya)
|
|
:when:Read
|
|
@Pokemon.read(0)
|
|
:when:See ya
|
|
@Text.show(Pokémon are great...)
|
|
:endwhen
|
|
:end |