VanCoolz

[RGSS 2] Skip Battle Message

May 9th, 2012
87
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Ruby 0.55 KB | None | 0 0
  1. #==============================================================================
  2. # [RGSS 2] Skip Battle Message
  3. # Version : 1.0
  4. # Author : LowlingLife
  5. #==============================================================================
  6. # Nge-skip Battle Message sehingga di awal battle gak ada kayak "XXX emerged!"
  7. #==============================================================================
  8. class Scene_Battle
  9.   def process_battle_start
  10.     @message_window.clear
  11.     make_escape_ratio
  12.     process_battle_event
  13.     start_party_command_selection
  14.   end
  15. end
Advertisement
Add Comment
Please, Sign In to add comment