- Joined
- Oct 31, 2015
- Messages
- 49
- Reaction score
- 4
- First Language
- French
- Primarily Uses
I found out the hard way (AKA as getting an error) that a function was missing after I updated my RPG Maker MV.
Since I have a little knowledge about js, I went to see what was wrong when I saw the error was "undefined is not a function", and found out that the
BattleManager.queueForceAction(user, skill, target);
was missing. But I needed it to make a skill work, so I am here to ask what the content of the function was, so I can add it back to the "rpg_manager.js" and have that skill work again.
Since I have a little knowledge about js, I went to see what was wrong when I saw the error was "undefined is not a function", and found out that the
BattleManager.queueForceAction(user, skill, target);
was missing. But I needed it to make a skill work, so I am here to ask what the content of the function was, so I can add it back to the "rpg_manager.js" and have that skill work again.

