Sigil NWN2 PW Wiki
Advertisement

Page in progress

This page is about assigning animations to NPCs in the Toolset.

If you want to import animations into the game, this page is not for you! (except maybe later, when you want to play them)

Assigning Animations to NPCs[]

SCoD does not have a complicated NPC schedule / animation script (and this is good, because we care about performance). But we do have ways of making stationary NPCs play looping animations to give the "feel" of them doing things in the world.

There are several scripts which can be used to assign a looping animation to a creature. In each case, the script goes on the heartbeat field of the creature, and then the animation or other effects are set via the variables field.

mimi_creature_animation[]

Animation script with basic variable setup

The most basic creature animation script.

Advertisement