Oh yeah, we made this together at skyld haha
HTML Code:
function sendListerRequest(temp.option, temp.params) {
sendtext("lister", temp.option, temp.params);
if (waitfor(this, "ReceiveText", 15)) {
if (params[0] == "lister") {
temp.returndata = params;
temp.returndata.delete(0);
return temp.returndata;
}
return false;
}
return false;
}