Im my NPC script:
Npc sells rum and oil as beer, fruit juice as lemonade, wine as manafluid, coconut milk as milk. I use TFS 0.3.6.:blink:
Code:
shopModule:addBuyableItem({''}, 2006, 10, 1, 'water')
shopModule:addBuyableItem({''}, 2006, 30, 3, 'beer')
shopModule:addBuyableItem({''}, 2006, 20, 5, 'lemonade')
shopModule:addBuyableItem({''}, 2006, 15, 6, 'milk')
shopModule:addBuyableItem({''}, 2006, 20, 14, 'coconut milk')
shopModule:addBuyableItem({''}, 2006, 50, 15, 'wine')
shopModule:addBuyableItem({''}, 2006, 20, 21, 'fruit juice')
shopModule:addBuyableItem({''}, 2006, 40, 27, 'rum')
shopModule:addBuyableItem({''}, 2006, 30, 11, 'oil')
Npc sells rum and oil as beer, fruit juice as lemonade, wine as manafluid, coconut milk as milk. I use TFS 0.3.6.:blink: