Author Topic: Armready?  (Read 870 times)

how do you stick one arm out? I remember it was something like rarm armready or something, what was it exactly?

armReady.dsq
armReadyBoth.dsq
armReadyLeft.dsq
armReadyRight.dsq

Found those, animations ingame are named the same.

but how do I activate them? like when I equip a weapon what would the script look like?



got it
Code: [Select]
%client.player.playThread(0,armreadyright);

You shouldn't do it on thread 0, it should be on thread 1,2 or 3 - i cant remember which. It won't blend correctly with other animations otherwise.

and waht is the code for the opposite o that? making your hands go at your sides?