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

    Hey, I've been away from electronics for 4 months, I forget things xD

    Hey, I've been away from electronics for 4 months, I forget things xD
  9. ☆Rei☆

    Shoot, I almost asked who you are. It's been a long while.

    Shoot, I almost asked who you are. It's been a long while.
  10. ☆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)...
  11. ☆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...
  12. ☆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.
  13. ☆Rei☆

    PBS Item error

    Did you go through the intro scene, or did you do anything to bypass it?
  14. ☆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.
  15. ☆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?
Back
Top