Quote:
Originally Posted by Chandler
It made sense to me! :>
Ah wait, I forgot that ''with'' doesn't need to be addressed again with the temp.curAccount, as you've already found the player.
HTML Code:
temp.curAccount = findPlayer("cHANDLER");
with(temp.curAccount)
{
temp.array = {player.attr[1], player.attr[2]};
}
|
:]
Well, I got it to work, thanks to Skyld
Now this is my other question, why can you read an other players 'player.' vars, but not strings like 'clientr.' (This is what I experienced)