• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!

Item attribute, how to detect item

sestorme

Member
Joined
Dec 9, 2011
Messages
272
Reaction score
6
Location
Birmingham, UK
How do I detect an item in a backpack not associated with the action? Just purely for instance, I use item A(weapon) on item B(something on the ground) and item C(in my backpack) is to be detected. How? Somehow with item ID which is known for me? Any suggestions?
 
getPlayerItemById uses pushThing, so you get a table with itemid, uid, actionid and type
you need to call field uid
 
Back
Top