Relic Castle

Hello,

I'm currently attempting to implement the BW Pokedex from shiney570 (found here: http://reliccastle.com/forums/showthread.php?tid=1090).

I've followed all of the instructions on the scripting, but I still am getting an error that I'm not sure how to fix. Since the thread from shiney 570 is from the old Relic Castle, I wasn't sure if I could post on there and expect help.

Here is the error that I keep getting when I try to open the Pause Menu:


Code:
Exception: NoMethodError
 
Message: undefined method '[]' for nil:NilClass
 
Main:187:in 'pokedexSeen'
 
PSystem_Utilities:2302:in 'pbSetViableDexes'
 
PSystem_Utilities:2299:in 'each'
 
PSystem_Utilities:2299:in 'pbSetViableDexes'
 
Main:4245:in 'pbStartScene'
 
Main:4870:in 'pbStartPokemonMenu'
 
Scene_Map:193:in 'call_menu'
 
Scene_Map:163:in 'update'
 
Main:1353:in 'main'
 
Main:1350:in 'loop'

I'm getting better at scripting but I've fiddled around with this for a while and I'm still stumped. Wondering if anyone can point me in the right direction.

Thanks!
Top