Quote:
|
Originally Posted by Damix2
Don't need to use with?
NPC Code:
findplayer(account).say2="heya";
|
Huh. That's findPlayer(account).say2("Heya").
Quote:
|
Originally Posted by talkingnoodle
Message in RC:
|
That means that you're using setstring() as an object function (in this case, the object being the player you're findplayer()ing), where it isn't applicable.
Why not just use findPlayer(account).clientr.kills ++?