# Align Right

### Signature

```
{alignright(type:[pixel])}
```

### Description

Aligns the characters in current and next lines to the right side of the dialogue box.

### Arguments

#### Type

The are a total of 8 types (0 -> 7) which control how the pixel argument is processed.

If its higher than 0, e.g. 1 (common), the pixel value will be directly used. If its 0 (very rare), the pixel value will be used as a reference to a list that holds the real value.

This argument is optional, and will equal the value `1` if non-existent.

#### Pixel

The additional amount of pixels the characters are shifted towards.

If the type is higher than 0, the number range is -128 -> 127. If its 0, the number range is 0 -> 127.

This argument is optional, and will equal the value `0` if non-existent.

### Notes

{% hint style="warning" %}
This tag should only be used at the start of a line. Otherwise it will only have an effect on the next lines.
{% endhint %}


---

# 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://xeavin.gitbook.io/the-insurgents-handbook/text/text-tags/align-right.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.
