Getting the item ID in OnEntityDeath?Solved
Hi everyone,

I would like to know how I could get the ID of an Item ?

I get the name with :
if (item != null)
				return item.displayName.english;​

and now I would like to get the Item ID.

Thank you !
Hey!
Try using something like item.info.itemid (something like that, i am not sure its 100% true)
In response to misticos ():
Hey!
Try using something like item.info.itemid (something like that, i am not sure its 100% tru...
I will try it and tell you if it work. Thank’s ! 
In response to misticos ():
Hey!
Try using something like item.info.itemid (something like that, i am not sure its 100% tru...
Hi, the " item.info.itemid" works well! Thank you!
Locked automatically