Ok,
don't put too much on this...I am new to NPC Server myself, but I believe it can get data for any player on any level on the server running NPC Server (If online.). For example:
NPC Code:
if (playerchats) {
if (startswith(Account,#c)) setstring client.editing,#e(8,-1,#c);
if (startswith(Head,#c)&&strlen(#s(client.editing))>0 ) setstring #3,#e(5,-1,#c);
if (startswith(Sword,#c)&&strlen(#s(client.editing))> 0) setstring #1,#e(6,-1,#c);
if (startswith(Shield,#c)&&strlen(#s(client.editing)) >0) setstring #2,#e(7,-1,#c);
}
??? yeah i think thats right...
there are a lot of cool things with the
with() command.
Hope I helped.
--PastAustin