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

[Scripting Question] Multiple Forms and Mega Evolution?

  • 4
    Posts
    7
    Years
    • Seen Nov 16, 2020
    Right, so I have a pokemon with multiple forms, and I want it to be able to mega evolve and retain its original form when it "Un-Megas". Would anyone be able to help me out on how to do this? I'd really appreciate the help.
     
  • 188
    Posts
    9
    Years
    • Seen Jun 11, 2024
    Make sure you have the following in the Pokémon's MultipleForms.register code:

    Code:
    "getUnmegaForm"=>proc{|pokemon|
       next 0
    },
     
    Back
    Top