
A lightweight, standalone note-taking system built specifically for ox_inventory. This script allows players to turn blank paper into persistent, readable notes using inventory metadata.
Preview ['paper'] = {
label = 'Blank Paper',
weight = 10,
stack = true,
close = true,
consume = 0,
description = 'A blank piece of paper, maybe you could write on it?',
},
['note'] = {
label = 'Written Note',
weight = 10,
stack = false,
close = true,
consume = 0,
description = 'A note with something written on it.',
},
| Code is accessible | Yes - Github |
| Subscription-based | No |
| Lines (approximately) | ~75 |
| Requirements | Ox_lib, Ox_inventory |
| Support | No |


