I get this error when a pokémon uses a move in battle
[Pokémon Essentials version 21.1]
[v21.1 Hotfixes 1.0.9]
Exception: NoMethodError
Message: undefined method `each' for nil:NilClass
Backtrace:
[Pokedex Tasks] [006] Move Usage.rb:6:in `record_move_use'
[Pokedex Tasks] [005]...
When I select a location on the map with no Extended Info this appears.
I had the EXCLUDE_MAPS_WITH_NO_DATA as true but it didn't do anything so I added the "DisExtPrev" flag to the Map Metadata and then it appeared like that.
Whenever I enter a battle I get this error
[Pokémon Essentials version 21.1]
[v21.1 Hotfixes 1.0.9]
Script error in event 5 (coords 24,65), map 15 (Route 2)
Exception: NoMethodError
Message: undefined method `first' for 8:Integer
***Full script:
TrainerBattle.start(:CAMPER, "Adam")
Backtrace...