Quote:
Originally Posted by xAndrewx
You can request some stuff, i.e.
HTML Code:
temp.response = sendListerRequest("checkguildexists", temp.gName);
if (temp.response[1][1] == true) {
player.sendMessageBox(N_("That gang name can't be created, it exists on Graal already. Contact an admin if you're the owner of this gang."));
return false;
}
etc, research this stuff
|
As far as I know,
sendListerRequest is not a built-in function. You would need to
sendtext("lister", ...) and then get the result from
onReceiveText.