Quote:
Originally posted by Kaimetsu
Yes.
|
NPC Code:
if (actionplayeronline) {
for (i=0;i!=allplayerscount;i++)
with (players[i])
if (strlen(#F)<1)
setstring thiso.rcs,#s(thiso.rcs),#a;
}
I just typed that up so there may be
spelling mistakes, but other than that it
would work just fine, wouldn't it?