@MrPurpleDreadlocks
This is just a guess. Perhaps you forgot to setup the actor's Max Skill Slot.
Did you give the actor the notetag:
<EQS Max Slots x Level y to z: n>
This is just a guess. Perhaps you forgot to setup the actor's Max Skill Slot.
Did you give the actor the notetag:
<EQS Max Slots x Level y to z: n>
EDIT: Also it turns out Passive States from Yanfly now runs into this error.
it seems the eqsObject no longer exists, what is the 1.42 equivalent of this:
$gameActors.actor(x).eqsObject().contains($dataSkills[y]);
<Custom Passive Condition>if (user.eqsObject().contains($dataSkills[109])) { condition = true;}else { condition = false;} </Custom Passive Condition>EDIT 2: Also it seems that the passive states that would work for 1.4 is no longer activating, probably because of the code above.