List of Playable Animations in NWN?
Posted: Sat Apr 05, 2008 1:20 pm
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?
From here: http://nwn.bioware.com/builders/sctutorial4.htmlAnimation 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.