View Single Post
  #13  
Old 05-09-2008, 03:37 AM
Stryke Stryke is offline
Scripter
Join Date: Apr 2008
Posts: 157
Stryke is an unknown quantity at this point
Well, it works now I fixed it. Here's if anyone was wondering how I did it.

NPC Code:
  player.chat = "control/accounts/"@(player.account.substring(0,(player.account.leng  th)+2))@"/" @ player.account @ ".txt";
player.loadVars( "control/accounts/"@(player.account.substring(0,(player.account.leng th)+2))@"/" @ player.account @ ".txt" );
player.client.guildrank = "Blah";
player.saveVars( "control/accounts/"@(player.account.substring(0,(player.account.leng th)+2))@"/" @ player.account @ ".txt", false );

Reply With Quote