function setDescription(itemData) if itemData.name == "x" then return "Hello, I am custom description for item X" else return itemData.description end end
Last updated 1 year ago