Graal Pastebin
New PastePasted on January 10, 2012.
View the raw file
function GuiListedPlayers.onDblClick(ID, text, index) { for (temp.p: allplayers) { if (graalversion < 6) ("-Playerlist").openPMWindow({findplayer(text)}, false); //also tried using it with (@"-Playerlist") else ("-Playerlist_v6").openPMWindow({findplayer(text)}, false); //also tried using it with (@"-Playerlist_v6") } player.chat = ID SPC text SPC index; //Debug }