Weapon animation
by Jesse P · in Torque Game Engine · 10/18/2007 (8:28 pm) · 1 replies
How do I change the animation for my weapon from the 'mod makers weapons pack', it sways back and forth crazily and I want to stop it from swaying (or possibly down the road make it sway only when he walks) any suggestions?
Torque Owner Moondog Spot
Look for the sections
stateSequence[3] = "Sequence_Carry";
and comment them out.