View Single Post
  #4  
Old 04-16-2008, 09:41 AM
zokemon zokemon is offline
That one guy...
zokemon's Avatar
Join Date: Mar 2001
Location: Sonoma County, California
Posts: 2,925
zokemon is a jewel in the roughzokemon is a jewel in the rough
Send a message via ICQ to zokemon Send a message via AIM to zokemon Send a message via MSN to zokemon Send a message via Yahoo to zokemon
You're probably better off just storing them all in variables like:
PHP Code:
this.bountylist.Frankie 2000;
this.bountylist.TSAdmin 1500;

temp.foo this.bountylist.(@ player.account);
echo(
"My bounty is " foo); 
You can also transfer the list by use of:
PHP Code:
this.bountyarray this.bountylist.savevarstoarray(true); 
And:

PHP Code:
this.bountylist.loadvarsfromarray(this.bountyarray); 
__________________
Do it with a DON!
Reply With Quote