version=2 @daycare.clean(2) :if:=False @text.show(Due to Team Rocket~activities we aren't~accepting trainer's~Pokémon right now.*Come back later.) :end :endif :if:=true @text.show(My husband was looking for you.) :end :endif @text.show(Ah, it's you!~Good to see you.*Your Pokémon can~only be doing good!) :if:=0 @text.show(By level, your~ has~grown by .) :endif :if:=0 @text.show(By level, your~ has~grown by .) :endif @text.show(How may I help you?) :select: :when:0 @options.show(Leave Pokémon,Cancel) :when:Leave Pokémon @script.start(floe\daycare\leave_pokemon) :when:Cancel @text.show(Fine.~Come Again.) :endwhen :end :when:1 @options.show(Leave Pokémon,Take back,Cancel) :when:Leave Pokémon @script.start(floe\daycare\leave_pokemon) :when:Take back @text.show(You have energetic Pokémon!~Would you like your~Pokémon back?) @script.start(floe\daycare\take_back) :when:Cancel @text.show(Fine.~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(floe\daycare\take_back) :when:Cancel @text.show(Fine.~Come Again.) :endwhen :end :endwhen :end