I am getting an error when I start up my game with CMS can anyone help me?
Here is a list of scripts I am using and the error.
MAWS - Modified Advanced Weather System / Ccoa
Mouse Map Menu / Nathmatt
Jackolas Advance GameOver Script / Jackolas
Final Fantasy Tactics Advance Shop System / Mac
Game Play Help script / Mr. Wiggles
Item Storage / game_guy
Tornado Quest Book / Storm
Emoticon on Event for RMXP / Nechigawara
Universal Message System / Ccoa
MOG_Location_Name / Moghunter
MOG_Treasure_Name / Moghunter
MOG Item Limit / Moghunter
Ton of Addons / Blizzard
RMX - OS options / Blizzard
RMX - OS script / Blizzard
Global switches&variables / blizzard
Versioning / Blizzard
BABS / Blizzard
BABS HUD / Nathmatt
ABS Controller / Blizzard
Critical Sounds ABS / Blizzard
Auto Targeting ABS / Blizzard
ATES / Blizzard
Global ATES / Blizzard
Guild Office / Blizzard
Mouse controller / Blizzard
Mouse controller enchacement / Nathmatt
Mouse drop down menu / Nathmatt
RMX-OS Main / Blizzard
Here is a picture of the error that is getting returned and the part of code it is coming from.
Line Five (5)
#--------------------------------------------------------------------------
# * Cursor Rectangle Update
#--------------------------------------------------------------------------
def update_cursor_rect
if @index >= 0
n = $game_temp.choice_start + @index
self.cursor_rect.set(8, n * 32, @cursor_width, 32)
else
self.cursor_rect.empty
end
end
end
I am getting an error when I start up my game with CMS can anyone help me?
Here is a list of scripts I am using and the error.
MAWS - Modified Advanced Weather System / Ccoa
Mouse Map Menu / Nathmatt
Jackolas Advance GameOver Script / Jackolas
Final Fantasy Tactics Advance Shop System / Mac
Game Play Help script / Mr. Wiggles
Item Storage / game_guy
Tornado Quest Book / Storm
Emoticon on Event for RMXP / Nechigawara
Universal Message System / Ccoa
MOG_Location_Name / Moghunter
MOG_Treasure_Name / Moghunter
MOG Item Limit / Moghunter
Ton of Addons / Blizzard
RMX - OS options / Blizzard
RMX - OS script / Blizzard
Global switches&variables / blizzard
Versioning / Blizzard
BABS / Blizzard
BABS HUD / Nathmatt
ABS Controller / Blizzard
Critical Sounds ABS / Blizzard
Auto Targeting ABS / Blizzard
ATES / Blizzard
Global ATES / Blizzard
Guild Office / Blizzard
Mouse controller / Blizzard
Mouse controller enchacement / Nathmatt
Mouse drop down menu / Nathmatt
RMX-OS Main / Blizzard
Here is a picture of the error that is getting returned and the part of code it is coming from.
Line Five (5)
Share this post
Link to post
Share on other sites