mirror of
https://github.com/P3D-Legacy/P3D-Legacy.git
synced 2025-09-27 03:49:12 +02:00
12 lines
616 B
Plaintext
12 lines
616 B
Plaintext
version=2
|
|
@pokemon.heal
|
|
@text.show(A mysterious power~healed your Pokémon!*The crystal is glowing 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 |