I kind of love you.class Window_Base < Window #-------------------------------------------------------------------------- # * Draw HP #-------------------------------------------------------------------------- def draw_actor_hp(actor, x, y, width = 124) change_color(normal_color) draw_text(x, y, width, line_height, "#{(actor.hp_rate * 100).to_i}%", 2) endendLike that?