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

Burmy

43
Posts
10
Years
  • Seen Jun 9, 2016
Burmy's forms are controlled by the environment they are encountered.I want to change that so the appear randomly regardless of location.
 

Nickalooose

--------------------
1,309
Posts
16
Years
  • Seen Dec 28, 2023
Code:
MultipleForms.register(:UNOWN,{
"getFormOnCreation"=>proc{|pokemon|
   next rand(28)
}
})
Does what you want already.
 
43
Posts
10
Years
  • Seen Jun 9, 2016
OK,but there are two sections referring to burmy which do I change
getFormOnCreation
getFormOnEnteringBattle or do I change both?
 

Maruno

Lead Dev of Pokémon Essentials
5,285
Posts
16
Years
You want Burmy to behave like Unown in the way it gets its form. Does Unown have a "getFormOnEnteringBattle" procedure? No. Then remove it.
 
Back
Top