NPC Code:
if(actionplayeronline){
for(i=0;i<allplayerscount;i++){
with(allplayers[i]){
if(strlen(#F)<=0){
}
}
}
}
well,wouldnt this detect when a RC logged on?!
also,i think you cant replace actionplayeronline for checking when a player enters on the playerworld. (I may be wrong)