Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- #==============================================================================
- # [RGSS 2] Skip Battle Message
- # Version : 1.0
- # Author : LowlingLife
- #==============================================================================
- # Nge-skip Battle Message sehingga di awal battle gak ada kayak "XXX emerged!"
- #==============================================================================
- class Scene_Battle
- def process_battle_start
- @message_window.clear
- make_escape_ratio
- process_battle_event
- start_party_command_selection
- end
- end
Advertisement
Add Comment
Please, Sign In to add comment