Quote:
Originally Posted by Skyld
That makes no sense?
|
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]};
}