View Single Post
  #3  
Old 03-21-2011, 08:32 PM
Skyld Skyld is offline
Script-fu
Skyld's Avatar
Join Date: Jan 2002
Location: United Kingdom
Posts: 3,914
Skyld has much to be proud ofSkyld has much to be proud ofSkyld has much to be proud ofSkyld has much to be proud ofSkyld has much to be proud ofSkyld has much to be proud of
Send a message via AIM to Skyld
Quote:
Originally Posted by xAndrewx View Post
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.
__________________
Skyld
Reply With Quote