- Joined
- Jun 29, 2014
- Messages
- 62
- Reaction score
- 10
- First Language
- English
- Primarily Uses
- N/A
Try as I might, I can't seem to get the Battle Log to limit to showing maximum of 3 lines of text.
When someone casts something that effects 3 or more enemies, I get 4+ lines of text appearing in the BattleLog.
I've even got a plugin, at the bottom of my plugin list with:
and still no change... Surely this should overwrite the core function...
Anyone got any tips?
When someone casts something that effects 3 or more enemies, I get 4+ lines of text appearing in the BattleLog.
I've even got a plugin, at the bottom of my plugin list with:
Code:
Window_BattleLog.prototype.maxLines = function() {
return 3;
};
and still no change... Surely this should overwrite the core function...
Anyone got any tips?