Hi,
I am new to Creation kit and want to know how to play a specific animation of an object. I want to use the Dwemer Gear which has two animations viz., Jam and Looping. I can activate the Looping with the following code,
PlayAnimation("StartLooping")
But i don't know how to access the Jam animation using the above statement. Can anyone tell me how can i know what string to pass if i want to access a particular animation of an object?
Thanks