- Joined
- Dec 1, 2017
- Messages
- 26
- Reaction score
- 5
- First Language
- English
- Primarily Uses
- RMMV
I put a health bar on the enemy Window but it doesn't update during combat.
I tried adding a refresh to the battle manager but it says
"Cannot read property 'refresh' of undefined"
BattleManager.refreshStatus = function() {
this._statusWindow.refresh();
this._enemyWindow.refresh();
};
I tried adding a refresh to the battle manager but it says
"Cannot read property 'refresh' of undefined"
BattleManager.refreshStatus = function() {
this._statusWindow.refresh();
this._enemyWindow.refresh();
};
