- #-------------------------------------------------------------------------- 
-   # ● 生成状态窗口(头像) 
-   #-------------------------------------------------------------------------- 
-   def create_status_window 
-     @status_window = Window_EquipStatus.new(0, 8)#@help_window.height + 3) 
-     @status_window.viewport = @viewport 
-     @status_window.actor = @actor 
-     @status_window.opacity = 0 
-  end 
- #-------------------------------------------------------------------------- 
 
-   # ● 生成状态窗口(头像) 
 
-   #-------------------------------------------------------------------------- 
 
-   def create_status_window 
 
-     @status_window = Window_EquipStatus.new(0, 8)#@help_window.height + 3) 
 
-     @status_window.viewport = @viewport 
 
-     @status_window.actor = @actor 
 
-     @status_window.opacity = 0 
 
-  end