- Joined
- Mar 13, 2012
- Messages
- 1,311
- Reaction score
- 485
- First Language
- French
Hi,
I'm trying to bind a key for the following plugin :
By using Yanfly Button Common Events : http://yanfly.moe/2016/01/23/yep-061-button-common-events/
Problem : I don't know what it in battle plugin trigger the command to activate the autobattle for party. I tried to read it and wrote this in my common event
BattleManager.push(commandAutoAttack);
But it isn't working. It says : command not identified.
I'm trying to bind a key for the following plugin :
By using Yanfly Button Common Events : http://yanfly.moe/2016/01/23/yep-061-button-common-events/
Problem : I don't know what it in battle plugin trigger the command to activate the autobattle for party. I tried to read it and wrote this in my common event
BattleManager.push(commandAutoAttack);
But it isn't working. It says : command not identified.
