Hey guys!
Does anyone know how to convert an item name into an ID (integer)? I've seen in some scripts that certain items are called by a numerical sequence (I guess it's their ID), how can I do that?
I'm using this function but I don't know if it returns the ID.
var int ABC;
ABC = Hlp_GetInstanceID(itat_item);
I've also tried putting an ID=*numericalsequence* within the item instance, but to no avail.
Thanks in advance!