- Joined
- Jun 6, 2013
- Messages
- 83
- Reaction score
- 26
- Primarily Uses
"Script 'Window_Selectable' line 49: ZeroDivisionError occurred.
divided by 0"
This keeps happening at the end of a battle.
Line 48-50 is:
def item_width
(width - standard_padding * 2 + spacing) / col_max - spacing
end
It seems that disabling YEA Battle Engine stops the error. But I'd rather keep it on.
divided by 0"
This keeps happening at the end of a battle.
Line 48-50 is:
def item_width
(width - standard_padding * 2 + spacing) / col_max - spacing
end
It seems that disabling YEA Battle Engine stops the error. But I'd rather keep it on.
Last edited by a moderator:


