Hey,
I'm using a "condition expression" and it works perfectly but whenever I use the debug option this message pops up "Cannot test condition expression on a non-integer type. Operator had no effect."
The code works correctly, but it's just a little annoying to deal with this every time I debug.
Here's the code, if needed:
Trail[CustomMovement].Speed<1000 ? Lerp(Trail.Width, 1, 10*TimeDelta):Lerp(Trail.Width, ((Min(Trail[CustomMovement].Speed/50, 30))*(Trail.Opacity/100)), 10*TimeDelta)[/code:qx10do8d]
What's up?