View Single Post
12/03/23, 05:45 PM   #5
Dolgubon
 
Dolgubon's Avatar
AddOn Author - Click to view addons
Join Date: Jan 2016
Posts: 409
While it's true that you cannot use quickslot items, it's possible you might be able to use the function UseItem. It works for some items, but im not sure if it will work for repair kits. Also, it's a protected function, so it can only be used outside of combat, and you must call it like this:if IsProtectedFunction("TheNameOfYourFunction") then CallSecureProtected("TheNameOfYourFunction", arg1, arg2, arg3)else TheNameOfYourFunction(arg1, arg2, arg3)end
  Reply With Quote