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
Example
Blue Magikarp (Form 1)----->Red Magikarp(Regular Form)
Script used for forms
Code:
MultipleForms.register(:MAGIKARP,{
"getFormOnCreation"=>proc{|pokemon|
next rand(5)
}
})