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

  1. O

    [Completed] Pokemon Blue & White

    Pokemon Blue & White The game that you will never forget :) https://www.youtube.com/watch?v=8jT4eFajqXM Hello! My name is Ohad, and I invite you to play the Pokemon fan-game which I made. This game is based on the state of Israel, it has 151 unique Pokemon, 10 exciting Gyms, an evil team...
  2. O

    Simple Pokémon World Tournament system

    Got help from Marin with this, apparently putting the PWT script above all the PScreen scripts resolves the issue.
  3. O

    Simple Pokémon World Tournament system

    Has anyone succeeded in resolving this issue? I'm having trouble with it as well and nothing seems to help.
  4. O

    [Scripting Question] Making a peaceful Leftovers item?

    Brilliant! It didn't work out exactly as you wrote it though, but after a few manipulations I got it to work with this: move = PokeBattle_Move.pbFromPBMove(@battle,PBMove.new(self.lastMoveUsed)) if !move.pbIsDamaging? Thank you! You truly saved the day!
  5. O

    [Scripting Question] Making a peaceful Leftovers item?

    Hey guys, I'm trying to make an item that will work like Leftovers, but will heal the pokemon only if it didn't deal any damage this turn. Sounds simple enough but I've been struggling with it for quite a while. Anyone can try and make that item? Thanks!!
  6. O

    [Error] Fixing a Game Freeze...

    This happens to me as well! Anyone has a solution?
  7. O

    [Scripting Question] Exp. All gives too much Exp.

    Yeah of course I searched for it :) That's how I found the original code. I did some tweaking to it and got it to work after a few trials and errors. Basically my stratrgy was to treat the expall as multiple exp. shares. So if I have an expall in my bag, each pokemon which did not participate...
  8. O

    [Error] BGS fades out after a few seconds

    How long is the BGS? If it's really 2-3 seconds long then it's going to end after that. BGS files do not loop. Or perhaps you're talking about a BGM?
  9. O

    [Error] Move buttons lag?

    Hey guys, On the Pokemon battle scene, on slower computers it takes about a second from when you press an arrow to navigate between the different options, to when the option is actually pressed. For example, if I enter "Fight" and move from the 1st attack to the 2nd, I press the "Right" arrow...
  10. O

    [Scripting Question] Exp. All gives too much Exp.

    Yes. I actually made it to work like I intended - I could share the script if anyone's interested.
  11. O

    [Error] Tiny text during battle?

    Bump. Also, here's a picture of the problem in action: Thanks!
  12. O

    [Sword & Shield] Should I buy the expansion packs?

    Topic. Is there any relevant info regarding if the expansions are worth the 30$?
  13. O

    Hello

    Hi! Nice to meet you all. So who's your favorite Pokemon and why?
  14. O

    [Scripting Question] Exp. All gives too much Exp.

    Hello, I have recently noticed that using Exp. All - as defined in v17.2, gives the paarty much more Exp. than intended. For example, when not using the Exp. All, the Pokemon in battle gains 1000 Exp. points. But when I turn the Exp. All on, the Pokemon STILL gains 1000 Exp. points, and each of...
  15. O

    [Eventing Question] Event plays out after black out

    Hey, As for the first problem you had - you can put the battle script in a conditional branch, and then do something if you win and something else if you lose. Check out the trainers defined at route 3. You can also let the player lose and not return to the Pokemon Center if you wish for the...
Back
Top