llSetTorque
Function Syntax
void llSetTorque(
- vector Torque, // Torque force.
- integer Local // Boolean, if TRUE uses local axis, if FALSE uses region axis.
Sets the Torque acting on the script’s object, in object-local coordinates if Local == TRUE (otherwise, the region reference frame is used).
Only works on physical objects.