Uhm...if your NPC server doesn't have an onActionPlayerOnline() function already, all you need to do is
PHP Code:
function onActionPlayerOnline() {
if (clientr.mud_nation == NULL)
clientr.mud_nation = "Nuetral";
}
Generally most servers have a lot of actions that go into that function in the NPC server.