If you haven't done already, check out my thread about our Greenlight campaign:
class Window_Message < Window_Base
SWITCHAROO = 1
def clear_flags
@show_fast = $game_switches[SWITCHAROO] ? true : false
@line_show_fast = $game_switches[SWITCHAROO] ? true : false
@pause_skip = false
end
end