Page 1 of 1

List of Playable Animations in NWN?

Posted: Sat Apr 05, 2008 1:20 pm
by Moredo
Anyone have a (complete) list of the available playable animations that you can use in a script for NWN, or know where I could get such a list?

Re: List of Playable Animations in NWN?

Posted: Sat Apr 05, 2008 1:46 pm
by Buddha
I'm not sure if it's complete, but here's the NWN Lexicon direct link:

http://www.nwnlexicon.com/compiled/cons ... ation.html

You can get there by going first to http://www.nwnlexicon.com/ then clicking on Action On Object on the left, then scroll down the right pane and click on ActionPlayAnimation. Scroll to the very bottom of that page then click on ANIMATION_* Constants.

EDIT: Also found this after some searching:
Animation Constants
You can find a list of all the animation constants (used in the 'nAnimation' portion of the command) by selecting the 'Constants' button in your script editor... all the constants begin with ANIMATION_*.

There are two types of animations: 'fire-and-forget' (or FNF), which only plays once and no duration is needed, and 'looping' which play as long as needed and a duration is required for.

A reminder once again: NOT ALL MODELS HAVE ALL ANIMATIONS. Just to mention, too, that the animations listed in the constants are not every animation that a model is capable of (there is a dying animation, after all, as well as combat animations and others)... this is just the current list of the ones that can be played via script.
From here: http://nwn.bioware.com/builders/sctutorial4.html

Re: List of Playable Animations in NWN?

Posted: Sat Apr 05, 2008 1:53 pm
by Moredo
Thanks Buddha. :)