class Window_BattleStatus < Window_Base alias wbs_initialize initialize def initialize wbs_initialize self.back_opacity = 0 end end