If you want a npc to sell a "vial of oil", you can only see "vial" in the trade window. It should state: "vial of oil". It should be like this: if item->subtype > 0 { vial of oil } else{ vial }
If you want a npc to sell a "vial of oil",
you can only see "vial" in the trade window.
It should state: "vial of oil".
It should be like this:
if item->subtype > 0 {
vial of oil
}
else{
vial
}