N        This condition is used to test if you are currently connected to a server or not.


You should not use this condition as the first/only condition in an event, as it will introduce unnecessary lag.

Consider using Connection > On connect, and setting a variable to 1, setting it back to 0 in a Connection > On disconnect event, and instead of using Connection > Is Connected, just checking if that variable is 1 instead.