print(f"[red]✕ '{tbc_var.name}' ↔ '{expected_input_name}': type ({actual_gl_input.type}) doesn't match expected ({expected_gl_input.type})[/red]")
print(f"{bcolors.RED}✕ <{tbc_var.name}/{expected_input_name}>: type ({actual_gl_input.type}) doesn't match Kicker's ({expected_gl_input.type}){bcolors.RESET}")
print(f"[red]✕ '{tbc_var.name}' ↔ '{expected_input_name}': value ({actual_variable_value}) doesn't match expected ({expected_variable_value})[/red]")
print(f"{bcolors.RED}✕ <{tbc_var.name}/{expected_input_name}>: value ({actual_variable_value}) doesn't match Kicker's ({expected_variable_value}){bcolors.RESET}")