flippydaking
Member
My Window_Base script has an error in line 30 that makes me not able to use battle or shops. Although, I don't see a problem?!
29 # Dispose if window contents bit map is set
30 if self.contents != nil
31 self.contents.dispose
Looks fine. Is it possible that some other script is blocking it? Help!! Can't work on my game !
29 # Dispose if window contents bit map is set
30 if self.contents != nil
31 self.contents.dispose
Looks fine. Is it possible that some other script is blocking it? Help!! Can't work on my game !