Hi,
If you have an equation that uses local variables, is it possible to save/load that equation in an array in a useful way?
Let's say you have local variables "A", "B" and "C", and an equation like "lerp(A,B,C)", and you write that equation to an array. Is it possible to configure a condition that loads that array slot equation to variable "D" in a way that Construct will calculate the result of the equation, using your preset local variables, instead of thinking the array slot data is a string?