Save a value every Nth frame?

Hello.
Yea, as the title suggests, I need a way to save a value every Nth frame. At the moment I use queue, but saving 50 frames and only using every 5th seems wasteful. Especially since I’m going to present this thing I’m working on on a laptop, which isn’t the most powerful one around.

Any ideas?

<3
Bjørn

FrameCounter (Animation) -> Mod (Value) -> EQ (Value) should do the trick.

Thx Sune… ;)

Throw a queue on top of that, and that’s my answer… oh god thx.

see patch

edit: too late :)

NthFrame.v4p (8.9 kB)