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

[Scripting Question] Syntax for double formregister

153
Posts
4
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 :
    Code:
    MultipleForms.register(:DITTO,{
    "onSetForm"=>proc{|pokemon,form|
    to make it learn other moves.

    How can I combine these procedures?
     
    153
    Posts
    4
    Years
    • Seen Feb 4, 2020
    ok so close the first with },
    thank you it works!

    I realized with it that the attack animations are occuring depending on the altitude of the poke, which looks a bit bad with thunderbolt for example (the one from reborn)
     
    Back
    Top