PHP Code:
case "editplayer1":
guildfind = params[1];
guildfound.loadlines("levels/guilds/guild"@guildfind@".txt");
pl.a = params[2];
for(temp.a : guildfound){
temp.vals = temp.a.tokenize(":");
if(temp.vals[0] == pl.a){
//Where the help is needed!
}
}
break;
SO basically if i'm tokenizing a line that was loaded into two parts and I have the script check if the name before the semicolon is the players account how would I find out the name after the semicolon?
Please and thank you.
-Ronnie