Quote:
Originally Posted by Kayen
This is one method, there are other methods.
Code:
$Group_ID = $client->GetGroup()->GetID();
my @clientlist = $entity_list->GetClientList();
foreach $cur (@clientlist)
{
if ($cur)
{
if ($Group_ID)
{
if ($cur->GetGroup())
{
$Client_GroupID = $cur->GetGroup()->GetID();
{
Shout("We are in the same group");
}
}
}}}}
|
Thanks abunch, I'm going to play a bit of Smite with my bud for an hour or so then play with this and see if I can get it to work. I've got some ideas for how I'll do it, and, this will definitely help.