Hello,
I recently have downloaded your plugin and seem to have found a problem with it. For whatever reason, whenever I make a new formation with its respective settings and descriptions, upon selecting it in the formation window, closing the window, then reopening the formation menu again, the game crashes with the following error message:
Cannot read property 'isActive' of undefined.
Below is the error messages that the JS devtools give:
rmmz_managers.js:2036 TypeError: Cannot read property 'isActive' of undefined
at Formations_ScrollWindow.changeSelection (GGZFormationManager.js:2213)
at Formations_ScrollWindow.select (GGZFormationManager.js:2227)
at Formations_ScrollWindow.initialize (GGZFormationManager.js:2179)
at new Formations_ScrollWindow (GGZFormationManager.js:2164)
at Scene_Formations.createFormationCommandWindow (GGZFormationManager.js:2052)
at Scene_Formations.createAllWindows (GGZFormationManager.js:1938)
at Scene_Formations.isReady (GGZFormationManager.js:1927)
at Function.SceneManager.updateScene (rmmz_managers.js:2105)
at Function.SceneManager.updateMain (rmmz_managers.js:2063)
at Function.SceneManager.update (rmmz_managers.js:1942)
Is there something I'm missing here? Any help would be appreciated, thank you!