version=2 :if:=true =false @entity.showmessagebulb(1|-7|1|2) @npc.turn(6,3) @npc.move(6,1) :if:=-5 @npc.move(6,1) :endif @npc.turn(6,0) @text.show(Hello, .*I am one of Prof. Oak's aides.*I was returning from~a research expedition to the~Sevii Islands when I heard~you were going to be~headed there.*I have just finished~developing a Pokédex upgrade~for the Sevii Islands region.*I checked with Prof. Oak~and he agreed that I should~install the upgrade for you!*Let me see your Pokédex~for just a moment.) @level.wait(50) @sound.play(success,1) @register.register(pokedex_sevii) @Text.Color(playercolor) @Text.Show( received~the Sevii Pokédex!) @Text.Color(defaultcolor) @Text.Show(Oh by the way, this~might come in useful.) @Item.Give(657,1) @Item.MessageGive(657,1) @Register.Register(ReceivedCatchingCharm) @text.show(Having this charm on you~increases the chance to~get a critical catch and~thus your odds of~catching a Pokémon.*Okay, now you are all set!*Good luck in the~Sevii Islands!) :if:=-5 @npc.turn(6,1) :else @npc.turn(6,3) :endif @npc.move(6,1) @npc.turn(6,0) @npc.move(6,3) @npc.setmovey(6,-3) @npc.move(3) @npc.remove(6) :endif :end