Pokemon with Multiple Forms changing to Default after Capture

CrimsonTy

Jet Black Hero
Member
Joined
Apr 1, 2017
Posts
59
I added different forms of Magikarp with different colors and they have different forms in battle but once I catch them they become the regular Magikarp

Example
Blue Magikarp (Form 1)----->Red Magikarp(Regular Form)

Script used for forms
Code:
MultipleForms.register(:MAGIKARP,{
"getFormOnCreation"=>proc{|pokemon|
next rand(5)
}
})
 
Top