version=2 @daycare.clean(0) :if:=false :then @script.start(route34\daycare\odd_egg) :else :if:=true :then @script.start(route34\daycare\take_egg) @daycare.clean(0) :end :endif :if:=false :then @text.show(I'm the Day-Care Man.*We can raise Pokémon~for you.~What do you want to~do today?*Oh, I can give you my~phone number, so I can call*you if I need to talk to~you about your Pokémon.) @options.show(Yes,No) :when:Yes @text.show(Alright, here you go!) @register.register(daycare_callid_0,str,012) @register.register(phone_contact_012) @text.show( registered~the Day-Care Man's number.) @sound.play(Receive_PhoneNumber,1) @text.show(We can raise Pokémon~for you.~What do you want to~do today?) :when:No @text.show(Very well.~Please come again.) :end :endwhen :else @text.show(I'm the Day-Care Man.*We can raise Pokémon~for you.~What do you want to~do today?) :endif :select: :when:0 @options.show(Leave Pokémon,Cancel) :when:Leave Pokémon @script.start(route34\daycare\leave_pokemon) @daycare.clean(0) :when:Cancel @text.show(Very well.~Please come again.) :endwhen :end :when:1 @options.show(Leave Pokémon,Take back,Cancel) :when:Leave Pokémon @script.start(route34\daycare\leave_pokemon) @daycare.clean(0) :when:Take back @text.show(You have energetic Pokémon!~Would you like your~Pokémon back?) @script.start(route34\daycare\take_back) @daycare.clean(0) :when:Cancel @text.show(Very well.~Please come again.) :endwhen :end :when:2 @options.show(Take back,Cancel) :when:Take back @text.show(You have energetic Pokémon!~Would you like your~Pokémon back?) @script.start(route34\daycare\take_back) @daycare.clean(0) :when:Cancel @text.show(Very well.~Please come again.) :endwhen :end :endwhen :endif :end