So I have the following code running non-stop during a cut-scene
-> System: Set layer "Lighting" background color to rgb(lerp(51,3,0.1), lerp(14,8,0.1), lerp(9,21,0.1))
-> System: Set layer "Lighting" opacity to lerp(80,98,0.1)
However, the colors aren't correct and it seems like the opacity stops at 81.8 for some bizarre reason. The event itself looks like this ...
I think I'm probably doing this very wrong, so could any wizards please show me the light? Thank you so much!