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