- 428
- Posts
- 5
- Years
- Zekko
- Seen Nov 21, 2023
I copypasted a warp, and changed the warp so it points towards the interior of this new Flying-Type Pokemon Gym (the second one). But every time I make the player character enter this warp, I get this error. The warp works just fine when I make it take me to any other map. It's just this one with the error, and I don't know what's causing it. The warp is sending you onto appropriate ground you can walk around on, not inside a wall (i checked) so what's causing this?
Code:
---------------------------
Pokemon Essentials
---------------------------
[Pokémon Essentials version 17.2]
Exception: NoMethodError
Message: undefined method `*' for nil:NilClass
Game_Character:202:in `screen_z'
Sprite_Character:154:in `shadow_update'
Sprite_DynamicShadows:164:in `update_or'
Tilemap_Perspective:436:in `update'
Sprite_Character:44:in `shadow_initialize'
Sprite_DynamicShadows:141:in `perspectivetilemap_initialize'
Tilemap_Perspective:430:in `initialize'
Spriteset_Map:64:in `new'
Spriteset_Map:64:in `_animationSprite_initialize'
Spriteset_Map:63:in `each'
This exception was logged in
C:\Users\MYNAME\Saved Games\Pokemon Essentials\errorlog.txt.
Press Ctrl+C to copy this message to the clipboard.
---------------------------
OK
---------------------------