> For the complete documentation index, see [llms.txt](https://osl.mistium.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://osl.mistium.com/legacy-osl-originos/interacting-with-elements/set_y-y.md).

# set\_y y

> ⚠️ **Not implemented in the current OSL CLI.** This command is not available in the current version.

## Description

Set\_y moves the draw cursor, keeping the x position the same but setting the y position to the value you pass it

## Parameters

Set\_y takes a number as the new y value

## Usage

```javascript
goto 0 0

set_y 50

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