I think I know what may be the source of this problem, but I have no idea how to fix it...
I'm running some custom scripts in my game (long list, sorry):
Universal Message System 1.8.0
SDK 1.5 (I think)
Input Script v2 by Cybersam
Mouse Script v1 by Cybersam (edited by Astro_mech... and also slightly modified by me to make an event run when it is clicked on without moving the actor)
Path Finding v1 by Near Fantastica (I probably don't need this, but I'm keeping it just in case...)
"Window_Selectable" (came with IMS below)
Interactive Mouse System v1 by Mr.Mo
Keyboard Input Module by Cybersam
Name Input Script v1.4 by BlueScope
A Scene_Title edit to skip the title screen and just go to the first map (not sure who by. I had to make this one the last script before Main due to conflicts)
THE PROBLEM:
Every time I place the mouse cursor over a message box (but only when it has a player choices box as well), the game crashes.
It gives an error of:
I think it may be that two scripts are conflicting (possibly the UMS and mouse system?) and I was wondering if anyone knows how I could fix the problem?
Thanks for taking the time to read this.
I'm running some custom scripts in my game (long list, sorry):
Universal Message System 1.8.0
SDK 1.5 (I think)
Input Script v2 by Cybersam
Mouse Script v1 by Cybersam (edited by Astro_mech... and also slightly modified by me to make an event run when it is clicked on without moving the actor)
Path Finding v1 by Near Fantastica (I probably don't need this, but I'm keeping it just in case...)
"Window_Selectable" (came with IMS below)
Interactive Mouse System v1 by Mr.Mo
Keyboard Input Module by Cybersam
Name Input Script v1.4 by BlueScope
A Scene_Title edit to skip the title screen and just go to the first map (not sure who by. I had to make this one the last script before Main due to conflicts)
THE PROBLEM:
Every time I place the mouse cursor over a message box (but only when it has a player choices box as well), the game crashes.
It gives an error of:
The indicated line reads:Script 'Window_Message' line 277: TypeError occurred. no implicit conversion from nil to integer
self.cursor_rect.set(8, n * 32, @cursor_width, 32)
I think it may be that two scripts are conflicting (possibly the UMS and mouse system?) and I was wondering if anyone knows how I could fix the problem?
Thanks for taking the time to read this.