So, I'm trying to make a self-destruction spell for certain monsters, that cause damage to the hero as well as it self.
"SELF_DESTRUCT" => ["HIT_ALLIES_ON","40", "FIXED_ANIMATION_SELF", "5", "USER_AREA_EFFECT","30"],
And the result is:
QUOTE
line 2735 NoMethodError
undefined method 'battler' for #<ORBS::CharObj:0x279f98>
Basically anything with "option_set" command will go wrong.
Similar error occurs when reflected damage kills a monster: (with KGC_Reflection,
Script HERE)
QUOTE
line 1945 NoMethodError
undefined method 'battler' for NilClass
And welcome back Kread-EX!