• Just a reminder that providing specifics on, sharing links to, or naming websites where ROMs can be accessed is against the rules. If your post has any of this information it will be removed.
  • Our friends from the Johto Times are hosting a favorite Pokémon poll - and we'd love for you to participate! Click here for information on how to vote for your favorites!
  • 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
    8
    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.
     
    Make sure you have the following in the Pokémon's MultipleForms.register code:

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