> For the complete documentation index, see [llms.txt](https://documentation.rcore.cz/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://documentation.rcore.cz/paid-resources/rcore_drugs/faq.md).

# FAQ

Short answers to common `rcore_drugs` questions.

<details>

<summary>Where do I configure labs and stations?</summary>

Use `/drugs_admin`. Most gameplay configuration is stored in the database and managed from the admin panel.

</details>

<details>

<summary>Do I need to import an SQL file?</summary>

No. The script creates its tables automatically. After first startup, run `drugs_seed` from the server console to import default gameplay data.

</details>

<details>

<summary>Can I use markers instead of target?</summary>

Yes. Set `Config.DrugLabEntryPoint = LAB_ENTRY.MARKER` in `config.lua`.

</details>

<details>

<summary>Can I disable addiction?</summary>

Yes. Set `Config.AddictionSystem.Enabled = false` in `config.lua`.

</details>

<details>

<summary>Can I change drug prices?</summary>

Yes. Use `/drugs_admin` for dealer pricing, supplier pricing, consumable sale prices, and upgrade prices.

</details>

<details>

<summary>Where are inventory images?</summary>

They are in `rcore_drugs/assets/inventory_images`.

</details>
