Getting Started

Custom Functions Reference

Function Name: moveObjectDescription: This function moves an object to a specific location. It is in the form => moveObject sObjectName, fX, fY, fZExample: moveObject “myCube”, 20, 1, 20 //absolute position, like jump from a to b Function Name: rotateObjectDescription: This function rotates an object to a specific rotation. It is in the form => rotateObject sObjectName, fX, fY, fZExample: rotateObject “TheLight”, 90, 360,

Custom Functions Reference Read More »