Nearly finished with my game, I started adding scripts. First was Yanfly Core Engine. After I put the Yanfly Battle Engine script in, whenever my characters start a battle, the screen goes dark and I get this message: "Script 'Yanfly Battle Engine' line 629: NoMethodError occurred. undefined method '<=' for nil:NilClass.
line 629 in the script is: return if @battler.pseudo_ani_id <= 0
NoMethodError using Yanfly Battle Engine
● ARCHIVED · READ-ONLY
-
-
Did you start a new game or did you load a savegame?
With most script you need a new game to set them up properly, and the error you get is one of those that often happen if you try to load a savegame after adding scripts.
(That is one reason why I always suggest to get the scripts in before working on the game itself) -
Thanks....I will try a new game and post back if I still have this issue.