12 lines
626 B
Plaintext
12 lines
626 B
Plaintext
version=2
|
|
@pokemon.heal
|
|
@text.show(The gem emits a~luminous aura.*It healed your Pokémon!*It now glows softly.*Would you like to touch it?)
|
|
@options.show(Yes,No)
|
|
:when:Yes
|
|
@screen.fadeout
|
|
@player.warp(dungeon\main.dat,5,0.1,13,0)
|
|
@player.turnto(3)
|
|
@level.update
|
|
@screen.fadein
|
|
:endwhen
|
|
:end |