version=2 @text.show(Greetings, here we offer~the Move Deleter service!) :if:=false @text.show(Um... Oh, yes.~I might be amnesiac,~but I'm the right person~to ask if you need to make~your Pokémon forget any~of its moves, even HMs!) @register.register(deleter_first) :endif :if:<2 @text.show(Oh, I'm afraid you'll~need at least 2 badges~to use the service.) @text.show(We hope to see you~again!) @level.wait(5) @player.turnto(3) :end :else @text.show(Would you like me to make~your Pokémon forget a move?) @options.show(Yes,No) :when:Yes @text.Show(Which Pokémon should~forget one of its moves?) @pokemon.select(1) :if:>-1 :if:)>=1 @text.Show(Your )> can't~forget its only move...) @text.show(We hope to see you~again!) @level.wait(5) @player.turnto(3) :end :endif @pokemon.selectmove(,1,1) :if:>-1 @text.show(Should your )>~forget the move ,)>?) @options.show(Yes,No) :when:Yes @text.show(Ok, )> forgot~the move ,)>!) @pokemon.removeattack(,) @text.show(We hope to see you~again!) @level.wait(5) @player.turnto(3) :end :when:No @text.show(We hope to see you~again!) @level.wait(5) @player.turnto(3) :end :endwhen :else @text.show(We hope to see you~again!) @level.wait(5) @player.turnto(3) :end :endif :else @text.show(We hope to see you~again!) @level.wait(5) @player.turnto(3) :end :endif :when:No @text.show(We hope to see you~again!) @level.wait(5) @player.turnto(3) :end :endwhen :endif :end