Animations["anim1"].AnimationPause = 100
Animations["anim1"].AnimationPause = Values["name_of_VS_value"].Int
It works. Thank you very much.this should do the trick :Animations["anim1"].AnimationPause = Values["name_of_VS_value"].Int
You should wrap it in an if query so that the value is only incremented/decremented if the value if less than max or greater than min.