41 lines
2.5 KiB
Plaintext
41 lines
2.5 KiB
Plaintext
version=2
|
|
:if:<register.registered(pokemongot)>=false
|
|
@screen.showpokemon(155,0,1)
|
|
@Text.show(Elm: You'll take~Cyndaquil, the fire~Pokémon?)
|
|
@Options.show(Yes,No)
|
|
:when:Yes
|
|
@NPC.remove(2)
|
|
@NPC.register(elmlab.dat|2|remove|1)
|
|
@Register.register(pokemongot)
|
|
@Register.register(starter2)
|
|
@Text.show(Elm: I think that's a~great Pokémon too!)
|
|
@pokemon.add(155,5,As a gift from Prof. Elm,5,at New Bark Town)
|
|
@sound.play(success,1)
|
|
@Text.show(<player.name> received~Cyndaquil!)
|
|
@pokemon.rename(0)
|
|
|
|
:if:<player.position>=5,0,2
|
|
:then
|
|
@player.turnto(0)
|
|
:else
|
|
@Player.Turnto(1)
|
|
@Player.Move(1)
|
|
@Player.Turnto(0)
|
|
@Player.Move(1)
|
|
:endif
|
|
|
|
@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 |