MCsephiroth13
Member
Whenever I try to save, I get a choice window like how I evented it, but whenever I put the cursor over the "Save" choice, an error message pops up saying "Window_Message" TypeError on line 277, "no implicit conversion from nil to integer".
Here's line 277:
How do I fix this?
Here's line 277:
Code:
self.cursor_rect.set(8, n * 32, @cursor_width, 32)
How do I fix this?