Profile image

How do I use overhaul to invert a rotators direction and set a target angle from an activation group?

242 SpillySock  3.6 years ago

I know the code to assign an axis to a rotator is "Activate1 ? Roll : Pitch" but the problem is that I also need to invert the rotators direction at the same time. I tried to do this by going to the invert column and using the code "Activate1 ? true : false" but it doesn't work. For some of my hinges I also have to set the target angle at the same time. How do I this?