How to start an animation at a specific frame in the qc file.
2 replies, posted
I'm wondering if there is a command that I can put in here
[CODE]$sequence "punch" "anims\punch.smd" {
fps 30
snap
"ACT_VM_PRIMARYATTACK" 1
}
[/CODE]
that will make the animation play at a specific frame.
Thanks
[CODE]frames <int|start> <int|end>
Select a range of frames from the SMD to use. frame is also accepted. [/CODE]
That's from $animation, but I think it works for sequences as well. Worth a try.
[QUOTE=SergerantJoe;50475186][CODE]frames <int|start> <int|end>
Select a range of frames from the SMD to use. frame is also accepted. [/CODE]
That's from $animation, but I think it works for sequences as well. Worth a try.[/QUOTE]
Thanks! I already sorted it out.
Sorry, you need to Log In to post a reply to this thread.