Showing results 1 to 3 of 3
Search took 0.00 seconds.
Search: Posts Made By: Kanegasi
Forum: AddOn Help/Support 10-27-19, 01:31 PM
Replies: 8
Views: 3,069
Posted By Kanegasi
It's just DoReadyCheck(), no SlashCmdList for...

It's just DoReadyCheck(), no SlashCmdList for that. The colored functions I mentioned are exactly how they are. You're also missing "elseif".

Button:SetScript("OnClick", function()
if...
Forum: AddOn Help/Support 10-27-19, 01:05 PM
Replies: 8
Views: 3,069
Posted By Kanegasi
Ahh, I see what you're doing there. Your buttons...

Ahh, I see what you're doing there. Your buttons only open chat. Replace your OnClick handler with this:

Button:SetScript("OnClick", function()
if command=="/pull 6" then
...
Forum: AddOn Help/Support 10-27-19, 12:45 PM
Replies: 8
Views: 3,069
Posted By Kanegasi
If you're trying to call DBM's pull command from...

If you're trying to call DBM's pull command from a button, you can use their slash function directly:

This will call the default 10 seconds:

SlashCmdList.DEADLYBOSSMODSPULL()

This will call the 6...
Showing results 1 to 3 of 3