• 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 Colbacon

  1. C

    Unlimited event self switches

    Ahhh, yeah works perfectly now, didn't install 15.1 correctly. Thanks for the help Mej and Maruno.
  2. C

    Unlimited event self switches

    I'm using version Pokémon Essentials v15 with the 15.1 additional files.
  3. C

    Unlimited event self switches

    Script above main And replaced the def initialize in Game_Event and Error
  4. C

    Unlimited event self switches

    Hi, when I added this script (Which I assume I did correctly, replacing def initialize and adding UnlimitedSelfSwitches above main. Somehow I get this error messagae Any help fixing this so I can use this script would be hugely appreaciated. I'm using Essentials version 15+ with a few other...
  5. C

    Multiple Forms: Confuzzled

    Thank you so much for your help, I've took what you said and now I can change the sprite and ability of the mega evolution. Now I just need to figure out how to get it where you don't need a ring or stone to change it's form
  6. C

    Multiple Forms: Confuzzled

    So getting to work would mean doing? MultipleForms.register(:BLASTOISE,{ "type2"=>proc{|pokemon| next getID(PBTypes,:POISON) if pokemon.form==1 next }, "ability"=>proc{|pokemon| next getID(PBAbilities,:DRIZZLE) if pokemon.form==1 next }...
  7. C

    Multiple Forms: Confuzzled

    I'm really lost, i recognised the (PBTypes,:Poison) Should be (PBTypes,:POISON) but apart from that I don't understand the way Shaymin's code is testing for from =0 and Blastoises is testing for form 1
  8. C

    Multiple Forms: Confuzzled

    Hello, I'm trying to create a multiple form for Blastoise, the sprites change fine... But anything else doesn't, the Ability doesn't even show up on the summary screen and after studying the Essentials wiki page and scouring this forum I decided to ask for help. I am by no means a scripter and...
Back
Top