- 115
- Posts
- 15
- Years
- Seen Sep 4, 2023
Hello everyone,
I'm getting a very strange error (most of the times) I enter a certain map in my game. The error is very unusual and it refers to several (unmodified) scripts. Does anyone have a clue of what is happening? The error is:
Informations that may be useful: the map is an outsie map, it is connected to other maps and as far as I know the error only happens when I enter the map by the top part of it (from another map connected to it).
Thank you very much in advance.
Giu
I'm getting a very strange error (most of the times) I enter a certain map in my game. The error is very unusual and it refers to several (unmodified) scripts. Does anyone have a clue of what is happening? The error is:
Spoiler:
Exception: NoMethodError
Message: undefined method `[]' for nil:NilClass
PokemonField:1405
PokemonField:1402:in `call'
PBEvent:54:in `trigger'
PBEvent:49:in `each'
PBEvent:49:in `trigger'
Game_Character_2:67:in `update_move'
Game_Character_2:6:in `update_old2'
Walk_Run:92:in `update'
Game_Event_:249:in `update'
Game_Map_:349:in `update'
Message: undefined method `[]' for nil:NilClass
PokemonField:1405
PokemonField:1402:in `call'
PBEvent:54:in `trigger'
PBEvent:49:in `each'
PBEvent:49:in `trigger'
Game_Character_2:67:in `update_move'
Game_Character_2:6:in `update_old2'
Walk_Run:92:in `update'
Game_Event_:249:in `update'
Game_Map_:349:in `update'
Informations that may be useful: the map is an outsie map, it is connected to other maps and as far as I know the error only happens when I enter the map by the top part of it (from another map connected to it).
Thank you very much in advance.
Giu
Last edited: