• Just a reminder that providing specifics on, sharing links to, or naming websites where ROMs can be accessed is against the rules. If your post has any of this information it will be removed.
  • Dawn, Gloria, Juliana, or Summer - which Pokémon protagonist is your favorite? Let us know by voting in our poll!
  • Our friends from the Johto Times are hosting a favorite Pokémon poll - and we'd love for you to participate! Click here for information on how to vote for your favorites!
  • 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

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

    How can I combine these procedures?
     
    Last edited:
    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