Thread Tools Display Modes
Prev Previous Post   Next Post Next
02/20/15, 05:26 PM   #1
Kelnoreem
AddOn Author - Click to view addons
Join Date: Feb 2014
Posts: 11
GroupKickByName question

I added and tested my use of GroupInviteByName(name), had no issues.

When I added GroupKickByName(name), the function was called, but the name was not kicked.

This is what I am using, the Kicking debug was shown.
SLASH_COMMANDS["/tntinv"] = function(name)
GroupInviteByName(name)
end
SLASH_COMMANDS["/tntkick"] = function(name)
d("|cFF0000Kicking " .. name)
GroupKickByName(name)
end

The party window does not display the @name, which is what I think it wants. Am I doing the kick wrong?
  Reply With Quote
 

ESOUI » Developer Discussions » Lua/XML Help » GroupKickByName question


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off