Items
You need to add the codes given here to the items section of your inventory/core script.
['heavy_rope'] = { label = 'Heavy Rope', weight = 1},heavy_rope = { name = 'heavy_rope', label = 'Heavy Rope', weight = 100, type = 'item', image = 'heavy_rope.png', unique = false, useable = true, shouldClose = true, description = 'Heavy Rope' },Last updated