08-28-2020, 01:55 AM
Updates
Code:
* { codebase: "1.0.0", plugin: "v1.01a" }(2020 Aug 28 GMT 0000):
* 1. Added the following battler manipulation script calls -
* - hasAnyUsableSkill(skillIds)
* - hasAllUsableSkills(skillIds)
* 2. Added the following unit manipulation script calls -
* - memWithAnyUsableSkill(skillIds, mems)
* - memWithAllUsableSkills(skillIds, mems)
* - memWithoutAnyUsableSkill(skillIds, mems)
* - memWithoutAllUsableSkills(skillIds, mems)