I try that but now i get this error when i choose fight in the battle
'Add-ons by Blizzard'?2947??? NoMethodError
??
undefined method ' actor='for:NillClass
Edit: ok i delete this from the add-on:
#==============================================================================
# Scene_Battle
#==============================================================================
class Scene_Battle
alias phase3_setup_command_window_unique_command_later phase3_setup_command_window
def phase3_setup_command_window
phase3_setup_command_window_unique_command_later
@actor_command_window.actor = @active_battler
@actor_command_window.setup_command_name
end
and now this ok... tks for the help