Stat based counter is not working, I placed it below DirectionMod.
Counter works as default when I disable StatBasedCounter, and DirectionMod works as well.
Is there something that I'm missing here?
Also, the Win/Lose Condition script gives me an error, TypeError, cannot read property 'push' of undefined.
Counter works as default when I disable StatBasedCounter, and DirectionMod works as well.
Is there something that I'm missing here?
Plugins
Also, the Win/Lose Condition script gives me an error, TypeError, cannot read property 'push' of undefined.
$gameSystem.setSrpgWinCondition('Defeat all enemies');
Can you explain what you mean when you say counters are "not working"? Also, MapBattle should be placed below FloorDamage and above ShowPath, since it's a visual plugin not a functional one.
Unintuitively, it seems you have to call $gameSystem.clearSrpgWinCondition() before you ever call setSrpgWinCondition. It's probably not bad practice to always clear before setting anyway, but that's just a weird code gaffe, I might patch that if I do anything else with the core script or have to otherwise update it again.
