if (thisInteger != thatInteger) { client_print(0, print_chat, "Not equal") } else { client_print(0, print_chat, "Equal") }