35 lines
2.3 KiB
Plaintext
35 lines
2.3 KiB
Plaintext
version=2
|
|
:if:<register.registered(pokemongot)>=False
|
|
@screen.showpokemon(158,0,1)
|
|
@Text.show(Elm: Do you want~Totodile, the water~Poké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é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émon lives near~Cherrygrove, the next~city.*It's almost a direct~route to there.)
|
|
@npc.Turn(0,1)
|
|
@Text.show(If your Poké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émon caught by~Prof. Elm.)
|
|
:endif
|
|
:end
|