For some reason whenever I create a static shape it faces north no matter what I put in after the X, Y, and Z.$DirectionNorth = "1 0 0 0";
$DirectionEast = "0 0 1 1.5708";
$DirectionSouth = "0 0 1 3.1416";
$DirectionWest = "0 0 -1 1.5708";
$DirectionUp = "1 0 0 1.5708";
$DirectionDown = "-1 0 0 1.5708";
new StaticShape()
{
position = %x SPC %y SPC %z SPC $DirectionEast;
scale = "1 1 1";
dataBlock = SomeShape;
};
Help is much appreciated.