Error "Yanfly Ace Battle Engine" line 2183:NoMethod Error occurred. undefined Method'dead? for nilCl

● ARCHIVED · READ-ONLY
Started by StarTalon 5 posts View original ↗
  1. The error occers when I try to ATTACK an enemy, spells and skills work fine. I can't seem to find this anywhere else. Not sure what is causing it. I have 

    scripts in this order.

    (all yanfly)

    Core Engine

    Party System

    Battle EngineVisual Battlers

    Classy system

    JP

    Equip engine
  2. Can you post what method it is in? My line 2183 is  if $game_temp.battle_aid.need_selection? which has no method dead in it. Is it possible you have a modified version of the script?
  3. I think i figured it out, i deleted something it needed. 
  4. I deleted all the animation and other databases to create my own from scratch, my guess is that it needed something in there from the original default database
  5. either that, or you loaded an old game instead of starting a new game after adding the script.


    "undefined Method for Nil" always is the result of missing initialization of data, and that can be caused by continuing an old save without the script initialisation, or missing data, or similiar things