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

Recent content by Rbade

  1. Rbade

    [Error] Fixed damage attack?

    been trying to make a fixed damage attack that deals 100 HP class PokeBattle_Move_164 < PokeBattle_Move def pbEffect(attacker,opponent,hitnum=0,alltargets=nil,showanimation=true) return pbEffectFixedDamage(100,attacker,opponent,hitnum,alltargets,showanimation) end end for some reason...
  2. Rbade

    [Eventing Question] Shopkeep that can change pokeballs of pokemon?

    that code seems really solid but causes the game to crash? it gives me a NoMethodError which kind of confuses me - it works perfectly fine when i invoke it from the debug menu
  3. Rbade

    [Eventing Question] Shopkeep that can change pokeballs of pokemon?

    uh, all right i did that and i suppose i could leave the other code too? this is how it shows up in the original script when "setpokeball" commands = []; balls = [] for key in $BallTypes.keys item = getID(PBItems,$BallTypes[key])...
  4. Rbade

    [Eventing Question] Shopkeep that can change pokeballs of pokemon?

    Hey so I'm trying to make a shopkeep that can change the Poke Ball one of your pokemon is stored in. I've tried cannabalizing/looking through the script for the debug mode function but I just have no idea what pieces to use? This is what I've come up with so far:
Back
Top