• 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?".
  • Forum moderator applications are now open! Click here for details.
  • 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.

Make nest indicator equals in map points with same name error

72
Posts
18
Years
Hi,

When I use this tutorial : http://pokemonessentials.wikia.com/wiki/Tutorial:Make_nest_indicator_equals_in_map_points_with_same_name

I got this error :
Code:
---------------------------
Pokemon Essentials
---------------------------
Exception: NoMethodError

Message: undefined method `[]' for nil:NilClass

PokemonNestAndForm:72:in `getSameNameMaps'

PokemonNestAndForm:46:in `pbStartScene'

PokemonNestAndForm:41:in `each'

PokemonNestAndForm:41:in `pbStartScene'

PokemonNestAndForm:135:in `pbStartScreen'

PokemonPokedex:821:in `pbDexEntry'

PokemonPokedex:756:in `loop'

PokemonPokedex:828:in `pbDexEntry'

PokemonPokedex:755:in `pbActivateWindow'

PokemonPokedex:755:in `pbDexEntry'

Any ideas how to fix it ?

Thank you in advance ! :)
 
Last edited:

FL

Pokémon Island Creator
2,434
Posts
13
Years
  • Seen yesterday
This script is a bit outdated. I updated the tutorial page. Change the line 'getSameNameMaps(mappos, points)' to 'getSameNameMaps(mappos, points, region)' and change the def getSameNameMaps to the newer one.
 
Back
Top