Well I can't make it refer to those exact players, only the list.
PHP Code:
function onCreated() {
this.list = { "ronnie:coolman(Bert)" , "Tigairius:Tig(lol)" };
}
function editnicks() {
elist = this.list.tokenize(":");
/*
elist[1] is now the nicks, how would I remove the guilds from those
names in that list
*/
}
So i'd have to use elist[1] somehow.