# change\_x x

## Description

Change\_x moves the draw cursor, keeping the y position the same but offsetting the x position by the value you pass it

## Parameters

Change\_x takes a number as the x offset value

## Usage

```javascript
goto 0 0

change_x 100

// now the draw cursor is at 100,0
```


---

# 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://osl.mistium.com/commands/rendering/draw-cursor/change_x-x.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.
