View Single Post
  #8  
Old 01-31-2007, 10:48 AM
Chandler Chandler is offline
Banned
Join Date: Jan 2007
Posts: 656
Chandler will become famous soon enough
Quote:
Originally Posted by Skyld View Post
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]};
}
Reply With Quote