• 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 ☆Rei☆

  1. ☆Rei☆

    [Scripting Question] Question re: Gender Selection Screen (Sun/Moon) Script

    Okay, if you look at this section of the error message: Exception: RuntimeError Message: BitmapCache:394:in `load_bitmap'Failed to load the bitmap located at: Graphics/Pictures/GenderSelection/Background You'll see that it cannot find a bitmap image located in the...
  2. ☆Rei☆

    Sexuality?

    Although I used to be attracted to girls, nowadays I'm just not attracted to anyone at all, which I'm fine with.
  3. ☆Rei☆

    Mach and Acrobike help needed

    change any instance of $PokemonMap.bridge to $PokemonGlobal.bridge problem solved.
  4. ☆Rei☆

    [Essentials Tutorial] Adding more Input keys

    Or you could do this: Input.triggerex?("A"[0]) Where it says "A" you can use any number, upper case letter, or symbol that doesn't require you to hold in Shift to access it. (which in itself isn't a problem because a shifted character isn't a unique key) The only other keys left would be...
  5. ☆Rei☆

    Age

    12 when I first joined, now I'm going to be hitting 21 this year.
  6. ☆Rei☆

    Chit-Chat: the best thing about being a woman..

    That's such a waste though. Starving kids in Africa would eat that hatred.
  7. ☆Rei☆

    What's the hottest and wettest place you've been?

    It's too hot for me in Antarctica.
  8. ☆Rei☆

    [Scripting Question] [RESOLVED] Pulling Species number from a file (Essentials BW 3.1.1)

    That's why I told you to fix the "status" and "statusCount" variables. Also, the input for the "mail" variable needs to be a form of "PokemonMail" otherwise it will also crash when looking at the Summary. Well, you could use these functions instead: def pbPokemonToString(gift)...
  9. ☆Rei☆

    [Scripting Question] [RESOLVED] Pulling Species number from a file (Essentials BW 3.1.1)

    From what I can gather, the script works fine in loading and unloading the Pokemon. I only get the error when trying to load the Pokemon twice in a row without resetting the text file. Also, as another note: You left a few fields "status" and "statusCount" as raw strings. As well as "mail" is...
  10. ☆Rei☆

    [Scripting Question] [RESOLVED] Pulling Species number from a file (Essentials BW 3.1.1)

    You're trying to turn a string "MEW" into an integer. Ruby doesn't know that "MEW" (in string format) is the same as "150" Edit: It appears as if that was actually not the case. I made an assumption without looking at the code. I will look further into it.
  11. ☆Rei☆

    PBS Item error

    Did you go through the intro scene, or did you do anything to bypass it?
  12. ☆Rei☆

    PBS Item error

    Retry it on a clean version of 1.6, without trying to patch. If the problem is gone, then you patched it incorrectly.
  13. ☆Rei☆

    PBS Item error

    And, did you run version 1.6 WITHOUT trying to patch it? If so, then did you make sure that everything extracted properly before you tried to test it?
  14. ☆Rei☆

    PBS Item error

    Did you only download the patch? Because if you did, you need to download the base version of 1.6 and then manually transfer the 1.6.2 files over. As the patch only contains the modified files.
  15. ☆Rei☆

    PBS Item error

    From the error code, it looks like you're trying to make a TM or HM for a move that does not exist. Check in "PBS/moves.txt" and make sure that the move "POWERUPPUNCH" is defined there. If it is, double check on your spelling, and even the capitalization of it, as this could result in an error.
Back
Top