what would the codeing look like to be able to right click a meteor and have it turn into a metpack? i did this and it says This items's use is not implemented yet.
i only used 1 met because im not sure how to set it up so u need 10 mets to make a scroll
Code:
if (ItemParts[0] == "1088001")
{
if (ItemsInInventory <= 39)
{
AddItem("720027-0-0-0-0-0", 0, (uint)General.Rand.Next(346623472));
RemoveItem(ItemUID);
}
}