* @param show_battler_order_window
* @desc Setups a window in battle showing all battler atb statuses if
* show_battler_order_window is set as true
*
@Default true
*
* @param battler_order_window_x
* @desc Sets the x position of the battler order window as
* battler_order_window_x
*
@Default 400
*
* @param battler_order_window_y
* @desc Sets the y position of the battler order window as
* battler_order_window_y
*
@Default 108
*
* @param battler_order_window_width
* @desc Sets the width of the battler order window as
* battler_order_window_width
*
@Default 416
* @param battler_order_window_height
* @desc Sets the height of the battler order window as
* battler_order_window_height
*
@Default 120
*
* @param battler_order_bar_width
* @desc Sets the width of each atb bar shown in the battler order window as
* battler_order_bar_width
*
@Default 116
*
* @param battler_order_bar_x
* @desc Sets the x position of the atb bars shown in the battler order window
* as battler_order_bar_x
*
@Default 16
*
* @param battler_order_bar_y
* @desc Sets the y position of the atb bars shown in the battler order window
* as battler_order_bar_y
*
@Default 12
*
* @param battler_order_text_size
* @desc Sets the size of the atb bar description texts shown in the battler
* order window as battler_order_text_size
*
@Default 28
*
* @param battler_order_text_x
* @desc Sets the x position of the atb bar description texts shown in the
* battler order window as battler_order_text_x
*
@Default 18
*
* @param battler_order_text_y
* @desc Sets the y position of the atb bar description texts shown in the
* battler order window as battler_order_text_y
*
@Default 24
*
* @param battler_order_sprite_size
* @desc Sets the size of the battler sprites in the battler order window as
* battler_order_sprite_size
*
@Default 40
*
* @param battler_order_sprite_opacity
* @desc Sets the opacity of the battler sprites in the battler order window
* as battler_order_sprite_opacity
*
@Default 255
*
* @param battler_order_sheet_folder
* @desc Sets the folder of the sprite sheet used by the battler sprites in the
* battler order window as battler_order_sheet_folder
*
@Default img/system/
*
* @param battler_order_sheet_name
* @desc Sets the filename of the sprite sheet in battler_order_sheet_folder
* used by the battler sprites in the battler order window as
* battler_order_sheet_name
*
@Default IconSet
*
* @param battler_order_sheet_hue
* @desc Sets the hue of battler_order_sheet_name used by the battler sprites in
* the battler order window as battler_order_sheet_hue
*
@Default 0
*
* @param battler_order_sheet_smooth
* @desc Sets the smooth flag of battler_order_sheet_name used by the battler
* sprites in the battler order window as battler_order_sheet_smooth
*
@Default true
*
* @param battler_order_sprite_width
* @desc Sets the width of each sprite in sprite sheet used by the battler
* sprites in the battler order window as battler_order_sprite_width
*
@Default 32
*
* @param battler_order_sprite_height
* @desc Sets the height of each sprite in sprite sheet used by the battler
* sprites in the battler order window as battler_order_sprite_height
*
@Default 32
*
* @param battler_order_sprite_x
* @desc Sets the leftmost x position of the battler sprites in the battler
* order window as battler_order_sprite_x
*
@Default 14
*
* @param actor_order_sprite_y
* @desc Sets the y position of the actor sprites in the battler order window
* as actor_order_sprite_y
*
@Default 8
*
* @param enemy_order_sprite_y
* @desc Sets the y position of the enemy sprites in the battler order window
* as enemy_order_sprite_y
*
@Default 72