26 lines
1.9 KiB
Plaintext
26 lines
1.9 KiB
Plaintext
version=2
|
|
:if:<register.registered(signalguy2)>=true <and> <register.registered(pokedex_sevii)>=false
|
|
@entity.showmessagebulb(1|-7|1|2)
|
|
@npc.turn(6,3)
|
|
@npc.move(6,1)
|
|
:if:<player.position(x)>=-5
|
|
@npc.move(6,1)
|
|
:endif
|
|
@npc.turn(6,0)
|
|
@text.show(Hello, <player.name>.*I am one of Prof. Oak's aides.*I was returning from~a research expedition to the~Sevii Islands when I heard~you were going to be~headed there.*I have just finished~developing a Pokédex upgrade~for the Sevii Islands region.*I checked with Prof. Oak~and he agreed that I should~install the upgrade for you!*Let me see your Pokédex~for just a moment.)
|
|
@level.wait(50)
|
|
@sound.play(success,1)
|
|
@register.register(pokedex_sevii)
|
|
@text.show(Okay, you are all set!*Good luck in the~Sevii Islands!)
|
|
@npc.turn(6,3)
|
|
:if:<player.position(x)>=-5
|
|
@npc.turn(6,1)
|
|
:endif
|
|
@npc.move(6,1)
|
|
@npc.turn(6,0)
|
|
@npc.move(6,3)
|
|
@npc.setmovey(6,-3)
|
|
@npc.move(3)
|
|
@npc.remove(6)
|
|
:endif
|
|
:end |