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

[Error] undefined method `*' for nil:NilClass problem

  • 11
    Posts
    5
    Years
    • Seen May 19, 2019
    I created a new area in my game, but whenever I enter it, the game crashes and I get this error:

    [Pokémon Essentials version 17]
    Exception: NoMethodError
    Message: undefined method `*' for nil:NilClass
    Game_Character:202:in `screen_z'
    Sprite_Character:154:in `shadow_update'
    Sprite_DynamicShadows:168:in `update_or'
    Tilemap_Perspective:436:in `update'
    Spriteset_Map:158:in `_animationSprite_update'
    Spriteset_Map:154:in `each'
    Spriteset_Map:154:in `_animationSprite_update'
    Sprite_AnimationSprite:84:in `update'
    Scene_Map:41:in `updateSpritesets'
    Scene_Map:35:in `each'
    [Pokémon Essentials version 17]
    Exception: NoMethodError
    Message: undefined method `*' for nil:NilClass
    Game_Character:202:in `screen_z'
    Sprite_Character:154:in `shadow_update'
    Sprite_DynamicShadows:168:in `update_or'
    Tilemap_Perspective:436:in `update'
    Spriteset_Map:158:in `_animationSprite_update'
    Spriteset_Map:154:in `each'
    Spriteset_Map:154:in `_animationSprite_update'
    Sprite_AnimationSprite:84:in `update'
    Scene_Map:41:in `updateSpritesets'
    Scene_Map:35:in `each'


    I've also attached the tileset for the map
    thanks!

    undefined method `*' for nil:NilClass problem
     
    Back
    Top