How to dispose of a window ?

● ARCHIVED · READ-ONLY
Started by Ultim 3 posts View original ↗
  1. Hello,

    Well...Again,I need help...I need to dispose of a window via script call.Anyone knows how to do that ?

    Thanks in Advance !!
  2. in Ace:

    Simple, if you by any chance called a window on the map via script call:

    @gold_window = Window_Gold.newor even in somewhere, you can always dispose it on a script call with this:

    @gold_window.disposeJust make sure that the instance variable of the window you just called would be the once you would be calling its dispose method.
  3. Wow.Thank you SoulPour777! I can finally complete my 31 line scriptlet !