Simple problem, cannot find the solution.
I need to set an attribute based on the current frame, something like this:
if(@Cd.r >= 0.9){
f@t = @Frame;
}
...and I need @t to hold that value, and not change along with the current frames.
Why I need this: I'm trying to...