Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- class Window_Message < Window_Base
- alias slowdown_wait_for_one_character wait_for_one_character
- def wait_for_one_character
- slowdown_wait_for_one_character
- wait(5)
- end
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement