- 151
- Posts
- 6
- Years
- Seen Feb 4, 2020
So I recently found Vendily's script to update the sprite positionning of different forms, though it needs to define a "getMetricOffset" but I want to use also :
to make it learn other moves.
How can I combine these procedures?
Code:
MultipleForms.register(:DITTO,{
"onSetForm"=>proc{|pokemon,form|
How can I combine these procedures?