Advertisement
Archeia

Change Message Speed

May 12th, 2014
657
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Ruby 0.19 KB | None | 0 0
  1. class Window_Message < Window_Base
  2.  
  3.   alias slowdown_wait_for_one_character wait_for_one_character
  4.   def wait_for_one_character
  5.     slowdown_wait_for_one_character
  6.     wait(5)
  7.   end
  8.  
  9. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement