Fixed "PokéMON" text in dialog
This commit is contained in:
parent
a355f95e5a
commit
9b3e0e0d56
|
@ -6,11 +6,11 @@ version=2
|
||||||
@Text.show(Hello?~Oh, hello <player.name>!)
|
@Text.show(Hello?~Oh, hello <player.name>!)
|
||||||
:if:<daycare.hasegg(2)>=true
|
:if:<daycare.hasegg(2)>=true
|
||||||
:then
|
:then
|
||||||
@text.show(We were raising your~[POKE]MON, and my goodness,~we were surprised!*Your [POKE]MON was holding~an Egg!*We don't know how it~got there, but your~[POKE]MON had it.*If you want to have it~visit us on Four Island.)
|
@text.show(We were raising your~[POKE]mon, and my goodness,~we were surprised!*Your [POKE]mon was holding~an Egg!*We don't know how it~got there, but your~[POKE]mon had it.*If you want to have it~visit us on Four Island.)
|
||||||
:else
|
:else
|
||||||
:select:<daycare.countpokemon(2)>
|
:select:<daycare.countpokemon(2)>
|
||||||
:when:0
|
:when:0
|
||||||
@text.show(We take care of the~precious [POKE]MON of~other trainers.*If you'd like us to~raise your [POKE]MON,~visit us on Four Island.)
|
@text.show(We take care of the~precious [POKE]mon of~other trainers.*If you'd like us to~raise your [POKE]mon,~visit us on Four Island.)
|
||||||
:when:1
|
:when:1
|
||||||
@text.show(Glad you called!~Your <daycare.pokemonname(2,0)> is~doing just fine!)
|
@text.show(Glad you called!~Your <daycare.pokemonname(2,0)> is~doing just fine!)
|
||||||
:when:2
|
:when:2
|
||||||
|
@ -22,7 +22,7 @@ version=2
|
||||||
:when:20
|
:when:20
|
||||||
@storage.set(string,breed_text,The two don't seem~to like each other.)
|
@storage.set(string,breed_text,The two don't seem~to like each other.)
|
||||||
:when:0
|
:when:0
|
||||||
@storage.set(string,breed_text,The two prefer to play~with other [POKE]MON than~each other.)
|
@storage.set(string,breed_text,The two prefer to play~with other [POKE]mon than~each other.)
|
||||||
:endwhen
|
:endwhen
|
||||||
@text.show(Glad you called!*Your <daycare.pokemonname(2,0)> and~your <daycare.pokemonname(2,1)> are~doing just fine.*<storage.get(string,breed_text)>)
|
@text.show(Glad you called!*Your <daycare.pokemonname(2,0)> and~your <daycare.pokemonname(2,1)> are~doing just fine.*<storage.get(string,breed_text)>)
|
||||||
|
|
||||||
|
@ -31,7 +31,7 @@ version=2
|
||||||
:endif
|
:endif
|
||||||
:else
|
:else
|
||||||
@Text.Show([POKE]gear: Day-Care Man~Receiving call.......)
|
@Text.Show([POKE]gear: Day-Care Man~Receiving call.......)
|
||||||
@text.show(We were raising your~[POKE]MON, and my goodness,~we were surprised!*Your [POKE]MON was holding~an Egg!*We don't know how it~got there, but your~[POKE]MON had it.*If you want to have it~visit us on Four Island.)
|
@text.show(We were raising your~[POKE]mon, and my goodness,~we were surprised!*Your [POKE]mon was holding~an Egg!*We don't know how it~got there, but your~[POKE]mon had it.*If you want to have it~visit us on Four Island.)
|
||||||
:endif
|
:endif
|
||||||
|
|
||||||
:end
|
:end
|
Loading…
Reference in New Issue