Hi, i added bonus window under button which is in inventory , and ive got a little problem now. When i logout with opened bonus window it doesnt close yet.How can i fix it?
def Destroy(self): if uiBonusPage.isLoaded == 1: uiBonusPage.isLoaded = 0 self.Board.Hide() self.Board = None self.ClearDictionary() return TRUE