10 lines
846 B
Plaintext
10 lines
846 B
Plaintext
version=2
|
|
|
|
:if:<Player.hasbadge(9)>=True <and> <Register.registered(violet_elmcall)>=False
|
|
@Player.move(0)
|
|
@Text.show(Pokégear: Prof. Elm~Receiving call.......)
|
|
@Text.show(Hello, <player.name>? We~discovered some-*thing about the~Egg!*My assistant is at~the Pokémon Center*in Violet City.~Could you talk to~him?)
|
|
@text.show(Click!~...... ...... ......)
|
|
@Register.register(violet_elmcall)
|
|
:endif
|
|
:end |