View Single Post
  #1  
Old 12-05-2008, 12:50 AM
WaDaFack WaDaFack is offline
*
WaDaFack's Avatar
Join Date: May 2007
Posts: 419
WaDaFack is an unknown quantity at this point
Post Kill/Death stat transfer

If you want to transfer the kill/deaths attribute from one account to another than use this

NPC Code:
function onCreated()
{
findplayer("WaDaFack").kills = findplayer("BobTheSnowman").kills;
findplayer("WaDaFack").deaths = findplayer("BobTheSnowman").deaths;
}



That transfer the stats of BobTheSnowman to the account WaDaFack
Just put the accounts backwards, so the stats from WaDaFack can go to BobTheSnowman.
There you go, now the stats of BobTheSnowman is on WaDaFack, and the stats of WaDaFack is on BobTheSnowman.



- Script by Skyld
__________________
WaDaFack

Reply With Quote