P3D-Legacy/P3D/Content/Data/Scripts/phone/034.dat

37 lines
3.2 KiB
Plaintext
Raw Normal View History

2016-09-07 18:50:38 +02:00
<EFBFBD><EFBFBD>version=2
:if:<phone.callflag>=calling
:then
@Text.Show(Pok<00>gear:~Calling..............)
@Text.show(Yeah?~Oh, hi <player.name>!)
:if:<daycare.hasegg(1)>=true
:then
@text.show(We were raising your~Pok<00>mon, and my goodness,~we were surprised!*Your Pok<00>mon was holding~an Egg!*We don't know how it~got there, but your~Pok<00>mon had it.*If you want to have it~visit us on Route 5.)
:else
:select:<daycare.countpokemon(1)>
:when:0
@text.show(We take care of the~precious Pok<00>mon of~other trainers.*If you'd like us to~raise your Pok<00>mon,~visit us on Route 5.)
:when:1
@text.show(Glad you called!~Your <daycare.pokemonname(1,0)> is~doing just fine!)
:when:2
:select:<daycare.canbreed(1)>
:when:70
@storage.set(string,breed_text,The two seem to get~along very well.)
:when:50
@storage.set(string,breed_text,The two seem to~get along.)
:when:20
@storage.set(string,breed_text,The two don't seem~to like each other.)
:when:0
@storage.set(string,breed_text,The two prefer to play~with other Pok<00>mon than~each other.)
:endwhen
@text.show(Glad you called!*Your <daycare.pokemonname(1,0)> and~your <daycare.pokemonname(1,1)> are~doing just fine.*<storage.get(string,breed_text)>)
@storage.clear
:endwhen
:endif
:else
@Text.Show(Pok<00>gear: Day-Care Girl~Receiving call.......)
@text.show(We were raising your~Pok<00>mon, and my goodness,~we were surprised!*Your Pok<00>mon was holding~an Egg!*We don't know how it~got there, but your~Pok<00>mon had it.*If you want to have it~visit us on Route 5.)
:endif
:end