View Single Post
03/06/15, 04:23 PM   #3
SnowmanDK
 
SnowmanDK's Avatar
AddOn Author - Click to view addons
Join Date: Apr 2014
Posts: 161
Originally Posted by merlight View Post
* IsItemStolen(*integer* _bagId_, *integer* _slotIndex_)
* IsItemLinkStolen(*string* _itemLink_)

Or you can use
data = SHARED_INVENTORY:GenerateSingleSlotData(bagId, slotIndex)
if data.stolen then ... end
*facepalm*
Guess I didn't read properly. I simply used a mix of commands lol
IsItemStolen(*integer* _bagId_, *integer* _slotIndex_)
works perfectly, thanks a lot merlight

This thread can be closed in my opinion
  Reply With Quote