Quote:
Originally posted by tlf288
NPC Code:
if (actionplayeronline) {
for (i=0;i!=allplayerscount;i++)
with (players[i])
if (strlen(#F)<1)
setstring thiso.rcs,#s(thiso.rcs),#a;
}
|
thiso strings are only used when you are getting another NPC in a with statement, no point in using them when you get the player, since you can't save a this.string to the player serverisde, it will save to the npc