• Our software update is now concluded. You will need to reset your password to log in. In order to do this, you will have to click "Log in" in the top right corner and then "Forgot your password?".
  • Welcome to PokéCommunity! Register now and join one of the best fan communities on the 'net to talk Pokémon and more! We are not affiliated with The Pokémon Company or Nintendo.

Recent content by Epic Flex

  1. E

    Script: Watch in the Pokégear Menu

    Rechecked the whole code Works Fine now! Thx The whole code was 188 lines.
  2. E

    Script: Watch in the Pokégear Menu

    While Testing I get This error message Here My Code class PokegearButton < SpriteWrapper attr_reader :index attr_reader :name attr_accessor :selected def initialize(x,y,name="",index=0,viewport=nil) super(viewport) @index=index @name=name @selected=false...
Back
Top