- Joined
- Feb 15, 2022
- Messages
- 19
- Reaction score
- 6
- First Language
- English
- Primarily Uses
- RMVXA
I start a battle then it says this error 
Script 'Window_Selectable' line 61: ZeroDivisionError occured
divided by 0
This is Window_Selectable line 61
def row_max
[(item_max + col_max - 1) / col_max, 1].max
end
Script 'Window_Selectable' line 61: ZeroDivisionError occured
divided by 0
This is Window_Selectable line 61
def row_max
[(item_max + col_max - 1) / col_max, 1].max
end