Last updated
⚠️ Not implemented in the current OSL CLI. This command is not available in the current version.
Set_y moves the draw cursor, keeping the x position the same but setting the y position to the value you pass it
Set_y takes a number as the new y value
goto 0 0
set_y 50
// now the draw cursor is at 0,50Last updated