- Joined
- Feb 9, 2016
- Messages
- 76
- Reaction score
- 23
- First Language
- English
- Primarily Uses
- RMMV
Hi all,
For my game I'm using a mix of HIME's ActorBattleCommand/BattleCommandUseSkill and Yanfly's EquipBattleSkills. I've set up a common event with the intention of: "when a character has a skill equipped, the battle command shows, and when it's unequipped, it's hidden."
The method I'm using is this:
Unfortunately, the skills are not showing up in the list -I'm assuming because I've made some error in converting/reading the array into the variable (I'm not at all familiar with arrays). Would someone please be able to have a quick look at it and tell me what I'm getting wrong?
Thank you!
For my game I'm using a mix of HIME's ActorBattleCommand/BattleCommandUseSkill and Yanfly's EquipBattleSkills. I've set up a common event with the intention of: "when a character has a skill equipped, the battle command shows, and when it's unequipped, it's hidden."
The method I'm using is this:
Unfortunately, the skills are not showing up in the list -I'm assuming because I've made some error in converting/reading the array into the variable (I'm not at all familiar with arrays). Would someone please be able to have a quick look at it and tell me what I'm getting wrong?
Thank you!