Jump to content

Home

Animations


harIII

Recommended Posts

I found something that I can use for the Mira animation but I'm having trouble locating something that will send Hanhar through a "choker" animation. Just having a Force Choke looping animation would work, would anybody know of something or have a script?

Link to comment
Share on other sites

you could try a simple script as this

void main() {
AssignCommand(GetObjectByTag("[color="Red"]npc1[/color]"), ActionPlayAnimation(ANIMATION_LOOPING_SIT_CHAIR_DRINK , 1.0, (-1.0)));
       AssignCommand(GetObjectByTag("[color="red"]npc2[/color]"), ActionPlayAnimation(ANIMATION_LOOPING_LIFT_CHOKE_HOLD, 1.0, (-1.0)));
}

Link to comment
Share on other sites

there's only one other animation listed in nwscripts.nss and this is it ,ANIMATION_LOOPING_CHOKE_WORKING not sure if that will do it. maybe if someone knows how the list of animations for .dlg's are stored you could figure out which one to use. I looked in the animations.2da and dialoganimations.2da and if it's there it's not clearly listed.

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...