For some reason, the Window_Base script is giving me some problems. Every time I try to open the inventory window, I get a problem on line 30. ':| It says something about a disposed window. I'm getting the message,
Also, line 30.
"if self.contents !=nil" is line 30
????? Window_Base ? 30 ??? RGSSError
disposed window
Also, line 30.
Code:
def dispose
# ウィンドウ内容ã®ãƒ“ットマップãŒè¨å®šã•ã‚Œã¦ã„ã‚Œã°è§£æ”¾
[B]if self.contents != nil[/B]
self.contents.dispose
end
super
end
"if self.contents !=nil" is line 30