- Joined
- Oct 17, 2019
- Messages
- 15
- Reaction score
- 1
- First Language
- indonesia
- Primarily Uses
- RMMV
hello, i was using this plugin http://sumrndm.site/battle-gui-core/
when actor select item or magic, actor command automaticaly hidden, but when actor select enemy actor command still there not hidden.
i try to read documentation about this plugin it can modify when actor command hide. so i try to change parameter 'Actor command Visible' on plugin manager to
thank you very much..
when actor select item or magic, actor command automaticaly hidden, but when actor select enemy actor command still there not hidden.
i try to read documentation about this plugin it can modify when actor command hide. so i try to change parameter 'Actor command Visible' on plugin manager to
but i got error!BattleManager._enemyWindow.visible && !BattleManager._helpWindow.visible && !BattleManager._skillWindow.visible && !BattleManager._itemWindow.visible && BattleManager.getCurrentActorSprite().x !== 0
i dont know much bout javascript, and i need help if anyone can modify this plugin when actor select enemy actor command dissapear?TypeError: Cannot read property 'visible' of undefined
at eval (eval at Window_ActorCommand.updatePlacement (SRD_BattleGUICore.js:1968), <anonymous>:1:29)
at Window_ActorCommand.updatePlacement (SRD_BattleGUICore.js:1968)
at Window_ActorCommand.update (SRD_BattleGUICore.js:1962)
at rpg_core.js:7035
at Array.forEach (<anonymous>)
at WindowLayer.update (rpg_core.js:7033)
at rpg_scenes.js:262
at Array.forEach (<anonymous>)
at Scene_Battle.Scene_Base.updateChildren (rpg_scenes.js:260)
at Scene_Battle.Scene_Base.update (rpg_scenes.js:113)
thank you very much..

