Le problème à été résolu je vais expliquer comment faire :
Chercher la ligne
class Window_EXP < Window_Base
Et rajouter dans :
def refresh (exp)
class Window_EXP < Window_Base
self.contents.draw_text(0, 20, 150, 32, 'AP :')
self.contents.font.color = normal_color
self.contents.draw_text(212, 20, 150, 32, $game_variables[10].to_s)