Normally if you do:
PHP Code:
sendtext("lister","checkinguild", {player.account,player.guild});
Within onRecieveText it would return parameters including:
account,guild,nickname,rank
However it seems like only account and guild are returned for players that have a graal####### account, it doesn't provide a nickname or rank, not sure if this problem has always existed or is a recent thing.