Advertisement
mrbubble

Untitled

Jun 7th, 2011
229
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Ruby 0.30 KB | None | 0 0
  1. class Scene_Battle < Scene_Base
  2.   alias end_target_selection_help_window_fix end_target_selection
  3.   def end_target_selection
  4.     end_target_selection_help_window_fix
  5.     unless @skill_window != nil || @item_window != nil
  6.       @help_window.visible = false if @help_window != nil
  7.     end
  8.   end
  9. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement