P3D-Legacy/P3D/Content/Data/Scripts/elmlab/totodile.dat

35 lines
2.3 KiB
Plaintext
Raw Normal View History

2016-09-07 18:50:38 +02:00
<EFBFBD><EFBFBD>version=2
:if:<register.registered(pokemongot)>=False
@screen.showpokemon(158,0,1)
@Text.show(Elm: Do you want~Totodile, the water~Pok<00>mon?)
@Options.show(Yes,No)
:when:Yes
@NPC.remove(3)
@NPC.register(elmlab.dat|3|remove|1)
@Register.register(pokemongot)
@Register.register(starter3)
@Text.show(Elm: I think that's a~great Pok<00>mon too!)
@pokemon.add(158,5,As a gift from Prof. Elm,5,at New Bark Town)
@sound.play(success)
@Text.show(<player.name> received~Totodile!)
@pokemon.rename(0)
@Player.Turn(1)
@Player.Move(2)
@Player.Turn(3)
@Player.Move(1)
@npc.Turn(0,2)
@Text.show(Mr. Pok<00>mon lives near~Cherrygrove, the next~city.*It's almost a direct~route to there.)
@npc.Turn(0,1)
@Text.show(If your Pok<00>mon is~hurt, you should*heal it with this~machine.*Feel free to use~it anytime.)
@npc.Turn(0,2)
@Text.show(<player.name> I'm~counting on you!)
@register.Unregister(elm1)
@Register.register(elm2)
:when:No
@Text.show(Elm: Think it over~carefully.*Your partner is~important.)
:endwhen
:else
@Text.show(It contains a~Pok<00>mon caught by~Prof. Elm.)
:endif
:end