• Just a reminder that providing specifics on, sharing links to, or naming websites where ROMs can be accessed is against the rules. If your post has any of this information it will be removed.
  • Our friends from the Johto Times are hosting a favorite Pokémon poll - and we'd love for you to participate! Click here for information on how to vote for your favorites!
  • Serena, Kris, Dawn, Red - which Pokémon protagonist is your favorite? Let us know by voting in our grand final favorite protagonist poll!
  • PokéCommunity supports the Stop Killing Games movement. If you're a resident of the UK or EU, consider signing one of the petitions to stop publishers from destroying games. Click here for more information!
  • 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.

So how many problem threads have I had now?

  • 151
    Posts
    12
    Years
    • Seen May 11, 2015
    So I made a building where you can battle trainers, and you get items after battling them. I had already put three in there. However, when I made a fourth, I got this error as soon as I entered the building:
    Code:
    Exception: NoMethodError
    Message: undefined method `*' for nil:NilClass
    Game_Character_1:198:in `screen_z'
    Sprite_Character:148:in `update_or'
    PerspectiveTilemap:430:in `shadow_update'
    Shadow:179:in `update'
    Sprite_Character:37:in `perspectivetilemap_initialize'
    PerspectiveTilemap:424:in `shadow_initialize'
    Shadow:152:in `initialize'
    Spriteset_Map:162:in `new'
    Spriteset_Map:162:in `_animationSprite_initialize'
    Spriteset_Map:161:in `each'
    I tried taking him out and putting him in a different building, and I was able to go in and out fine, but was still unable to go into the original building. So it looks to me as if putting that trainer in caused something to go wrong, but I'm not sure about it, because it didn't happen with any other building.
    Any idea why this happens? Because I have none.
    It's like something's telling me I shouldn't be making games.
     
    Back
    Top