Posted this on Rpgmakervx as well, but had no replies, so I'll ask here. My game relies heavily on crafting.
Whenever an item crits, I get this error.
????? 'Window_Crafting_Message' ? 17 ??? NoMethodError ????????
undefined method 'contents_z='for
#<Window_Crafting_Message:0x32bc5a0
Which links to this:
self.contents.draw_text(128, 24, 280, WLH, critNameString)
self.contents_z = 9
Any help is appreciated. I already changed self.contents_z to self.contents.z but got the same error. Just let me know if you need any more details.