Canderis Posted August 6, 2008 Share Posted August 6, 2008 How can you make a npc sit on a chair? Link to comment Share on other sites More sharing options...
nine.roses Posted August 6, 2008 Share Posted August 6, 2008 Ask him to sit down. Sorry, couldn't resist. It's likely a scripted animation on a loop. Or somesuch. To be frank, I know very little about animations... Link to comment Share on other sites More sharing options...
Canderis Posted August 6, 2008 Author Share Posted August 6, 2008 same here thats why im asking. Link to comment Share on other sites More sharing options...
Darth InSidious Posted August 6, 2008 Share Posted August 6, 2008 Almost certainly it's a looped animation. You could try adding a script to the OnHeartbeat slot of the .utc file, something like: void main() { object oNPC = GetObjectByTag("object_tag"); AssignCommand(oNPC, PlayAnimation(ANIMATION_LOOPING_SIT_CHAIR, 1.0, -1.0)); } Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.