mirror of
https://github.com/P3D-Legacy/P3D-Legacy.git
synced 2025-08-17 07:48:39 +02:00
7 lines
424 B
Plaintext
7 lines
424 B
Plaintext
version=2
|
|
:if:<register.registered(elm4)>=True
|
|
@text.show(Poké Balls are in stock!~Now I can catch Pokémon!)
|
|
:else
|
|
@text.show(They're fresh out~of Pokéballs!*When will they get~more of them?)
|
|
:endif
|
|
:end |