mirror of
https://github.com/P3D-Legacy/P3D-Legacy.git
synced 2025-08-16 15:28:37 +02:00
dialog fixes TRT event itemsheet update pokemonimageview integer scaling new follower interactions teleport set -6 priority (LGPE) Detective Pikachu easter egg
18 lines
1.1 KiB
Plaintext
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 |