Hello again everyone
I was wondering how to make items/props use their animations, like if I pick up a hand drill and use it on the wine barrel it appears there and spins.. I already know how to make everything work (appear there, particles etc) I just need to know how to make the animation. I looked in the script functions page and found:
PlayPropAnimation(string& asProp, string& asAnimation, float afFadeTime, bool abLoop, string& asCallback);
But I don't know what the animation names are or where they're located... If someone knows how to properly do this please explain
!