Ruan Pablo 9c3c1c9968 new dialog and fixes (+)
dialog fixes
TRT event
itemsheet update
pokemonimageview integer scaling
new follower interactions
teleport set -6 priority (LGPE)
Detective Pikachu easter egg
2019-05-13 19:11:12 -03:00

18 lines
1.1 KiB
Plaintext

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égear that lets~you look at an overhead~view of the area.)
:endif
@text.show(Let me heal your~Pokémon real quick.)
@screen.fadeout
@pokemon.heal
@sound.play(healing)
@level.wait(170)
@screen.fadein
:end