• 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!
  • Scottie, Todd, Serena, Kris - which Pokémon protagonist is your favorite? Let us know by voting in our poll!
  • 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] Custom Evolution and Editor

  • 18
    Posts
    8
    Years
    Hello all,

    I am attempting to add a new evolution method in my game, one that detects the Pokemon's form. I had added it in and it worked flawlessly when I ran in through debug and the game exe. However, when I try to run the editor, an error pops up.

    Spoiler:


    I've edited the Pokemon_Evolution script to the following.
    Spoiler:


    Did I do something to mess up the editor?
     
    Last edited by a moderator:
    It's probably what you didn't do with the editor scripts that's interfering. You should copy the same changes you made in the editor scripts following (broken link removed).
     
    Okay, I did that and it worked perfectly. Thank you so much for your help!

    Just for your info and for our pleasure, if you put [ CODE ] before your code and [ /CODE ] after (both no spaces), it keeps the formatting and makes it more readable :)
     
    Back
    Top