(is_user_alive(id)) //Says that if the user is alive then something will occur.
(!is_user_alive(id)) //Says that if the user is dead then something will occur.