View Single Post
  #3  
Old 12-07-2008, 10:46 PM
Ronnie Ronnie is offline
Registered User
Join Date: Jun 2008
Location: Nj, USA
Posts: 48
Ronnie is on a distinguished road
Send a message via AIM to Ronnie
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.
Reply With Quote