Hello,
You would have to use the following:
robot.setRounding(100)
Its needs to run as a method on an item of robot type. (ITEM_TYPE_ROBOT) or to add an instruction, you can run as a method on a program too.
You would have to use the following:
robot.setRounding(100)
Its needs to run as a method on an item of robot type. (ITEM_TYPE_ROBOT) or to add an instruction, you can run as a method on a program too.