P3D-Legacy/P3D/Content/Data/Scripts/twirl forest/heal.dat

18 lines
1.1 KiB
Plaintext
Raw Normal View History

2016-09-07 18:50:38 +02:00
<EFBFBD><EFBFBD>version=2
:if:<register.registered(pokegear_card_minimap)>=false
:then
@register.register(pokegear_card_minimap)
@text.show(Hey there, traveler.*Do you want to continue~adventuring into this forest?*It's easy to get lost, so~better take this.)
@text.show(<player.name> received~the Minimap Card!)
@text.show(It's a little map for~your Pok<00>gear that lets~you look at an overhead~view of the aera.)
:endif
@text.show(Let me heal your~Pok<00>mon real quick.)
@screen.fadeout
@pokemon.heal
@sound.play(healing)
@level.wait(170)
@screen.fadein
:end