Please or Register to create posts and topics.

[Solved] Stop arm in the middle of animation

I'm interested in stopping/freezing a arm in the middle of a animation. Not idle nor idleend. A stop of my own choice. Is that possible? Thanks in advance!

SetPlaybackRate ? 0. Send 1 to return it to normal, or -1 to make the animation play in reverse.

My stuff:
[spoiler]- BEE2 Addons | (BEE2)
- Hammer Addons
Maps:
- Crushed Gel
- Gel is Not Always Helpful[/spoiler]
TeamSpen210 wrote:
SetPlaybackRate ? 0. Send 1 to return it to normal, or -1 to make the animation play in reverse.

Thanks, I managed to figure it out. I set the logic_auto to run a animation and then chose to stop it whenever I wanted by using SetPlaybackRate to 0.