Here are some links
http://wiki.graal.net/index.php/Crea...v/Graal_v4_IRC
This explains how to use sendText
http://forums.graalonline.com/forums...hp?t=134258222
A list of sendText stuff
HTML Code:
sendText( "lister", "checkinguild", { str accountname, str guildname } ); - returns the players nick in the guild and the players guildrank - also returns if the guild is pending !
sendText( "lister", "checkguildexists", str guildname ); - returns true or false if the guildname exists - also returns true if the guild is pending !
The only two I can find- but I think these will be all you need
