P3D-Legacy/P3D/Content/Data/Scripts/route34/daycare/leave_pokemon.dat

37 lines
1.9 KiB
Plaintext
Raw Normal View History

2016-09-07 18:50:38 +02:00
<EFBFBD><EFBFBD>version=2
:if:<pokemon.count><1
:then
@text.show(Looks like you don't~have any Pok<00>mon...)
:end
:endif
:if:<pokemon.countbattle><2
:then
@text.show(Looks like you don't~have enough Pok<00>mon...)
:end
:endif
@text.show(Which Pok<00>mon should~we raise for you?)
@pokemon.select(true,false,false)
:if:<pokemon.selected>>-1
:then
@pokemon.cry(<pokemon.id(<pokemon.selected>)>)
@daycare.leavepokemon(0,<daycare.countpokemon(0)>,<pokemon.selected>)
@text.show(Fine. We'll raise your~<daycare.pokemonname(0,<daycare.countpokemon(0)>-1)> for~a while.)
:if:<daycare.countpokemon(0)>=1 <and> <pokemon.countbattle>>1
:then
@text.show(We can raise two of~your Pok<00>mon.*Would you like us to~raise another?)
@options.show(Yes,No)
:when:Yes
@script.start(route34\daycare\leave_pokemon)
:when:No
@text.show(Please come back~for it later.)
:endwhen
:endif
:else
@text.show(Very well.~Please come again.)
:endif
:end