> 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_breathalyzer.md).

# Breathalyzer

***

Designed for police officers to instantly test the nearest player, it detects their Blood\
Alcohol Content and logs every result with the exact time it was taken. Smooth\
animations and realistic sounds make every test feel authentic and immersive.

### Features

* **Unique Intoxication System** - Tracks BAC from the moment a player starts drinking. Dynamic consequences based on BAC, such as dizziness, blackouts, vomiting, vehicle crashes, and accidental gunfire.
* **Variety of Alcohol Types** - Each drink has unique BAC values, drinking durations, thirst increases, animations, and props.
* **Hunger Sensitivity & Realistic Thirst** - Hunger affects BAC and each drink and vomiting event affects thirst independently, with unique values and durations.
* **Smooth & Immersive Experience** - The breathalyzer uses lifelike animations, authentic blowing sounds, and detailed custom 3D prop to make every test feel realistic and engaging.
* **Interactive Testing Mechanic** - Player must hold a button to blow steadily into the breathalyzer, filling a progress bar; interruptions reset the process.
* **Automatic Logging** - Every test result is recorded with the exact time and sent via Discord Webhook to the police chat.
* **And more!**

### Preview

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


---

# 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_breathalyzer.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.
