Hello,
Currently, working on an elevator in DayZ.
I want to make my elevator looped. My custom source is connected to ~20 animations.
And wanted to make this source looped, so she go from 0 to 20 and after reached 20, she go from 0 to 20, again and again.
Currently, it's possible to make a loop on one animation in model.cfg with sourceAddress = "loop";
But my problem is, I can't make my custom source looped.