ReplaceObjectAnimation(object, string, string)
From NWN Lexicon
Jump to navigationJump to searchReplaces oObject's animation sOld with sNew.
Parameters
- oObject
- The object to replace an animation for.
- sOld
- The name of the animation to replace.
- sNew
- The replacement animation name.
Description
Replaces oObject's animation sOld with sNew. Specifying sNew = "" will restore the original animation.
Remarks
Version
This function was added in 1.86.8193.35 of NWN:EE.
Example
See Also
constants: |
author: Shadguy