# alpha-DeliveryJob

Deliver packages across the city with your team in a fully configurable and realistic delivery job system.

### 🎉 Overview

**alpha-DeliveryJob** is a co-op delivery job script where players load packages onto a delivery vehicle at a warehouse and drive them across the city to various drop-off points. The job supports 1–2 players working together — one drives, one delivers — and features a built-in XP and level system, Hard Mode, and a hidden Easter Egg.

### ✨ Features

* 📦 **Co-op Delivery** — Up to 2 players per mission; one drives, one delivers — roles can be swapped at any time
* 🗺️ **Missions** — 10 progressively harder contracts included by default; missions can be added or removed freely from the config
* 🏭 **Warehouse Loading** — Physically load packages onto the delivery vehicle; loaded boxes are visible on the vehicle
* 🚚 **Realistic Job Flow** — Start at the Center NPC → form a lobby → load at the warehouse → deliver → return the vehicle
* 💀 **Hard Mode** — Optional increased difficulty with multiplied money, XP, and package rewards; each penalty rule can be toggled individually
* 🎭 **Work Uniform** — Players automatically wear a delivery uniform during the job (configurable for male and female)
* 📈 **XP & Level System** — Built-in progression system; higher levels unlock harder, more rewarding missions
* 🐒 **Easter Egg** — Rare chance for a monkey to show up as the delivery recipient and hand out a bonus tip
* 📢 **Discord Logging** — Detailed webhook logs for mission start, vehicle park, delivery events, completions, cancellations, and failures


---

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