# alpha-Undress

Help injured players by removing or restoring their clothing — fully consent-based and job-restricted.

### 🎉 Overview

**alpha-Undress** is a medical/roleplay script that allows permitted players (e.g. paramedics, police) to remove and restore clothing items from injured or downed players. A consent system ensures the target must approve the action before any UI opens, and every clothing slot can be individually enabled or disabled from the config.

### ✨ Features

* 🩺 **Medical Roleplay** — Designed for EMS and police to undress injured or downed players during treatment or searches
* ✅ **Consent System** — Target receives a key-press prompt before anything happens; configurable timeout and auto-accept/deny behavior
* 🔒 **Job Whitelist** — Restrict usage to specific jobs (e.g. `ambulance`, `police`); leave empty to allow everyone
* 👕 **Per-Slot Control** — Each clothing slot (Hat → Shoes) can be individually enabled or disabled; disabled slots are hidden in the UI
* ⏱️ **Progress Bars** — Configurable per-slot durations with a looping operator animation during removal
* 📏 **Distance Watcher** — Automatically closes the UI if the operator moves too far from the target
* 📢 **Discord Logging** — Webhook logs for undress and dress events with configurable embed colors
* 🌍 **Localization** — English and Turkish included; add more by creating files in `Locales/`


---

# Agent Instructions: 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:

```
GET https://docs.alpha-scripts.net/documentation/scripts/alpha-undress.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
