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

set_x x

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

Description

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

Parameters

Set_x takes a number as the new x value

Usage

goto 0 0

set_x -150

// now the draw cursor is at -150,0

Last updated