For the complete documentation index, see llms.txt. This page is also available as Markdown.

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

goto 0 0

set_y 50

// now the draw cursor is at 0,50

Last updated