I'm trying to implement Family Trees into my project with this tutorial:
http://pokemonessentials.wikia.com/wiki/Tutorial%3AFamily_TreeI'm getting errors and when I try to access the Family Tree menu the game crashes.
Here's all the errorlogs:
---------------------------
Pokemon Evolution Blue
---------------------------
[ArgumentError, "undefined class/module PokemonFamily", ["Section050:1743:in `oldload'", "Section050:1743:in `load'", "Section169:55:in `pbSetUpSystem'", "Section169:54:in `open'", "Section169:54:in `pbSetUpSystem'", "Section169:147"]]
---------------------------
OK
---------------------------
---------------------------
Pokemon Evolution Blue
---------------------------
[EOFError, "End of file reached", ["Section050:1743:in `oldload'", "Section050:1743:in `load'", "Section169:56:in `pbSetUpSystem'", "Section169:54:in `open'", "Section169:54:in `pbSetUpSystem'", "Section169:147"]]
---------------------------
OK
---------------------------
---------------------------
Pokemon Evolution Blue
---------------------------
[EOFError, "End of file reached", ["Section050:1743:in `oldload'", "Section050:1743:in `load'", "Section169:57:in `pbSetUpSystem'", "Section169:54:in `open'", "Section169:54:in `pbSetUpSystem'", "Section169:147"]]
---------------------------
OK
---------------------------
---------------------------
Pokemon Evolution Blue
---------------------------
[EOFError, "End of file reached", ["Section050:1743:in `oldload'", "Section050:1743:in `load'", "Section169:58:in `pbSetUpSystem'", "Section169:54:in `open'", "Section169:54:in `pbSetUpSystem'", "Section169:147"]]
---------------------------
OK
---------------------------
The crashlog is pic related. If you know the problem and how to fix it please help.