class Game_Player < Game_Character def set_panic_input @panic_input[2] = 8 @panic_input[4] = 6 @panic_input[6] = 4 @panic_input[8] = 2 endend
class Game_Player < Game_Character def set_panic_input @panic_input[2] = 8 @panic_input[4] = 6 @panic_input[6] = 4 @panic_input[8] = 2 end end