> For the complete documentation index, see [llms.txt](https://docs.mosotoscripts.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.mosotoscripts.com/scripts/mst_drugdetector.md).

# Drug Detector

***

This tool allows police officers to detect drugs in the saliva of the nearest player. After a short, realistic processing time, results appear through red indicator lines, providing clear feedback, with an interactive user interface and an authentic spit sound adding realism to each inspection.

### Features

* **Unique Drug Effects System** - Each substance has **custom animations**, **concentration values**, and escalating **side effects** like **blurred vision**, **hallucinations**, **blackouts**, and more.
* **Immersive Test Animation & Custom 3D Prop** - Players must **hold a button to spit**, triggering a smooth animation of saliva traveling across the strip with authentic **spit sound effect**, enhanced by a **specially designed 3D detector model** for maximum realism.
* **Detailed Indicators** - Tests for **Methamphetamine, Amphetamine, Tetrahydrocannabinol, Opiates, Benzodiazepines**, and **Cocaine**, with **control line validation** for accurate results.
* **Persistent Player Data** - Drug effects and concentrations **remain saved** even after disconnecting and rejoining the server, until they naturally fade.
* **Traceable Used Items** - After testing, officers receive a **used detector item** storing the **officer’s name, suspect’s name, result**, and **timestamp**.
* **Automatic Logging** - Every inspection is instantly logged and sent to the **police Discord chat** for record-keeping.
* **And much more in the configuration file!**

### Preview

{% embed url="<https://www.youtube.com/watch?v=be6O0UELUvw>" %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.mosotoscripts.com/scripts/mst_drugdetector.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
