• Ever thought it'd be cool to have your art, writing, or challenge runs featured on PokéCommunity? Click here for info - we'd love to spotlight your work!
  • Dawn, Gloria, Juliana, or Summer - which Pokémon protagonist is your favorite? Let us know by voting in our poll!
  • 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.

Recent content by ExplosiveLogin

  1. E

    [Scripting Question] Attacking move that set Weather fails by some reason

    The move in question is supposed to deal damage then set up a Hail. In the first attempt, I tried to set the moves function code in the PBS to be the same as Hail, and while the move works fine in the first use, it completely fails the second time. Then I tried to add a pbAdditionalEffect to set...
  2. E

    [Scripting Question] Check if a two turns move is going to fail at the start of the move

    Thanks Golisopod User! There was missing 1 "end" on the last line of the code, but now it works as intended! The fact it has to triple check to stop the move fully baffles me...
  3. E

    [Scripting Question] Check if a two turns move is going to fail at the start of the move

    Thanks for the help WolfPP! But its still kinda weird. While it still works as inteded when used by a Dark, when used otherwise it stills tries to attack for 2 turns, but now it displays the failed message on each turn insted of only the last. And even weirder, when equipped with a Power Herb...
  4. E

    [Scripting Question] Check if a two turns move is going to fail at the start of the move

    I'm new to coding and am trying to make a modified version of Sky Attack, but the catch is that if a non-Dark Pokemon tries to use it, if will fail, similar to how Dark Void can only be used by Darkrai. While it works as intended for the most part, it seems to only actually check if the move is...
Back
Top