Quote:
|
Originally Posted by falco10291029
NPC Code:
for(pl: allplayers) {
pl.client.test = "blah";
}
like that, no with.
|
exactly, you have to access the object directly, if it was a substitute for 'with', you would just have to do client.test = "blah";