Inventory Setup

Add to items.lua

Match every item name here to your live config.

If you rename a medication in Config.Medications, rename the inventory item too.

Your inventory must support metadata for:

  • prescription receipts

  • medication items with patient and dosage data

If metadata support is missing, the prescription flow will still feel broken even when the items exist.

Default customer-facing items:

  • prescription_pad

  • prescription

  • adrenaline

  • oxy

  • xanax

  • steroids

  • valium

  • cough_syrup

  • sprunk_bottle

  • lean_cup

  • lean

  • narkan

If you use QB-style inventories, you may also need the metadata display snippets lower on this page.

circle-info

Use the exact item names from your config.

That matters for prescription writing, pharmacy pickup, lean crafting, and narcan.


QB-Based Inventories

If you have a qb based inventory and the metadata isn't automatically showing when hovering over the item in your inventory, then try following these steps:

  • Find your javascript file (usually called app.js in an html folder)

  • CTRL + F and search for markedbills until you find.

  • Above this line add the following code.

Last updated