View Single Post
11/25/14, 10:45 AM   #3
sirinsidiator
 
sirinsidiator's Avatar
AddOn Author - Click to view addons
Join Date: Apr 2014
Posts: 1,579
you probably can check if the checkbox is checked in the addon panel, but I think it would be simpler to check if the function exists before calling it.
Code:
if(ItemSaver_IsItemSaved ~= nil) then ItemSaver_IsItemSaved(item.bag, item.slot) end
  Reply With Quote