#Multiple trade in one npc for diferent items
1 messages · Page 1 of 1 (latest)
Like this:
local smelterGuy = {
name = 'smelterGuy',
model = 's_m_m_lathandy_01',
tradeName = 'SandwichToY',
tradeName = 'SandwichToX',
tradeName = 'SandwichToZ',
tradeLabel = 'Trade X,Y,Z bla bla...',
coords = vector4(1081.15, -1980.33, 31.47, 144.61),
animation = 'WORLD_HUMAN_JANITOR',
available = {from = 9, to = 17}
}