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

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