blah, can't get it to work.
PHP Code:
function Admin_TextList1.onDblClick()
{
temp.toks = params[1].tokenize(":");
(@ "-Playerlist").openPMWindow(findplayer(temp.toks[0]), false);
}
temp.toks[0] returns the account in this case. tested that, it works.
also tried changing temp.toks[0] to my account to see if it was a tokenize problem, still couldn't get it.
do you need to be using the scripted or something? I tried it again with the scripted playerlist, still nothing.