I tried to put in that script that coreys suggested:
PHP Code:
function onActionPlayerOnline() {
if (clientr.mud_nation == NULL)
clientr.mud_nation = "Nuetral";
}
But my NPC server already had the ActionPlayerOnline function and a bunch of other scripts under it. So what I did was take out the "function onActionPlayerOnline() {" part from coreys code and stuck in the rest, but I couldn't get it to work. Any suggestions?