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

Recent content by Kadisra

  1. K

    [Scripting Question] Define shiny as form

    Hi, thank you both for your help, I have found the right place for creating the form! It seems you don't have to edit it in the Pokemon_Forms but the PokeBattle_Pokemon script under the shiny section. I have it now so # Makes this Pokémon shiny. def makeShiny @form+=1000...
  2. K

    [Scripting Question] Define shiny as form

    Hi Pokeminer20, first, thank you very much for your help. Yes, I'm using a recent version of PE and it seems it doesn't work yet. I've done the following: def setForm(value) oldForm = @form @form = value yield if block_given...
  3. K

    [Scripting Question] Define shiny as form

    Hi there, I hope I'm not asking a too stupid question :), as I'm not having much PE scripting experience yet. I would like to define shiny Pokémon as forms for giving them new stat, other types and a different moveset, but I can't seem to figure out, where and how to put the form change. I...
Back
Top