# 0088: Global variable is out of range

A [global variable](/language/data-types/variables.md#global-variables) does not fit in the [allowed range](/scm-documentation/gta-limits.md).

You can use global variables in the range from `$2` to `$3FFF` in GTA III, VC and San Andreas. The maximum variable is `$6655` in Liberty City Stories, and`$6399` in Vice City Stories.

**Possible solutions:** change the variable name to be a positive integer value in the allowed range for the given game. Alternatively you may disable the [option](/editor/options/general.md#ranges-check) `Ranges check`.


---

# 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.sannybuilder.com/troubleshooting/errors/0088.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.
