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

# Roulette

{% hint style="info" %}
Roulette's odds of being 'lucky' are 1 in 7.&#x20;

* One (1) chance to be lucky
* Six (6) chances of a timeout
  {% endhint %}

{% hint style="warning" %}
Roulette timeouts are 1 minute, 5 minutes, 10 minutes, 1 hour, 24 hours, and 1 week.
{% endhint %}

{% hint style="success" %}
For any server that a user is an Admin or Moderator in, Nalu will be unable to issue a timeout. Therefore, the game cannot be played by those users in those servers.
{% endhint %}

### When a user uses /roulette

* If a timeout is received, it will be for the server the command was executed in

### When a user uses /superroulette

* If a timeout is received, it will be for every server the user shares with Nalu.

### When a user uses /arrowroulette

* Nalu will prompt for a majority vote to start the game
  * If the vote does not pass in 10 seconds, the game is canceled
  * If the vote passes, the game will start after 10 seconds&#x20;
    * (NOTE: If there are less than 2 participating players before the end of the countdown, the game is canceled)
* Every participating player in the VC will have 5-20 seconds to GET LOST!
* If everyone leaves **BEFORE** the arrow lands, everyone will play roulette
* If there are 2 or more participating players **AFTER** the arrow lands, 1 player is selected at random to play roulette
* If 1 participating player is left **AFTER** the arrow lands, all other participating players that abandoned the VC will play roulette

### When an Admin or Moderator uses /arrowroulette

* Nalu will start a 10 second countdown
  * (NOTE: If there are less than 2 participating players before the end of the countdown, the game is canceled)
* Every participating player in the VC will have 5-20 seconds to GET LOST!
* If everyone leaves **BEFORE** the arrow lands, everyone will play roulette
* If there are 2 or more participating players **AFTER** the arrow lands, 1 player is selected at random to play roulette
* If 1 participating player is left **AFTER** the arrow lands, all other participating players that abandoned the VC will play roulette

{% hint style="success" %}
Admins, Moderators, and Muted/Deafened members are safe members in regard to /arrowroulette. They are not factored into the voting process and are not considered participating players
{% endhint %}

### When an admin uses Roulette User

* If the user can play roulette, they will play roulette against their will


---

# 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.vampirenalu.com/details/roulette.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.
