# /popcustom

## Syntax

**/popcustom \[color] \[time in seconds to display message] message**

## Description

* Creates a custome pop up message on your screen

Color Chart

|                             |              |
| --------------------------- | ------------ |
| **Number**                  | **Color**    |
| 1, 3, 8, 9, 11, 17, 19, 21+ | dark grey    |
| 2                           | light green  |
| 4                           | dark blue    |
| 5                           | pink         |
| 6, 12                       | light grey   |
| 7, 10                       | white        |
| 13                          | red          |
| 14                          | bright green |
| 15                          | yellow       |
| 16                          | bright blue  |
| 18                          | cyan         |
| 20                          | black        |

## Examples

|                             |                                                                                 |
| --------------------------- | ------------------------------------------------------------------------------- |
| **Example**                 | **Output**                                                                      |
| **/popcustom hi there**     | Will display "hi there" on the screen just like /popup                          |
| **/popcustom 5 hi there**   | Will display "hi there" on the screen in pink, for 3 seconds (/popup's default) |
| **/popcustom 5 5 hi there** | Will display "hi there" on the screen in pink, for 5 seconds.                   |
|                             |                                                                                 |

If you type `/popcustom` with no parameters, it will display the help output for this information.


---

# 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://macroquest.gitbook.io/macroquest/commands/slash-commands/popcustom.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.
