π» Installation
How to set up the script?
π§± Dependencies
π¦ Inventory Configuration
['laptop'] = {
label = 'Laptop',
weight = 2000,
stack = true,
close = true,
description = 'Place it in the world to use it',
client = { export = 'df_computer.useLaptop' }
},
['desktop_computer'] = {
label = 'Desktop Computer',
weight = 6000,
stack = true,
close = true,
description = 'Fixed computer - place it in the world',
client = { export = 'df_computer.usedesktopComputer' }
},
['printer'] = {
label = 'Printer',
weight = 5000,
stack = true,
close = true,
description = 'Place a printer in the world',
client = { export = 'df_computer.usePrinter' }
},
['usb'] = {
label = 'USB',
weight = 20,
stack = false,
close = true,
description = 'USB Drive - use it with a computer'
},
['paper'] = {
label = "Paper",
weight = 50,
stack = false,
close = true,
},
['pencil'] = {
label = "Pen",
weight = 100,
},ποΈ Database Setup (SQL)
βοΈ Final Steps
Last updated