1mjolnir1 Posted March 11, 2011 Share Posted March 11, 2011 (edited) I'm trying to make acouple npcs type on computers in a lab setting. The "while-standing" idle animation markers are easy enough to figure out, but how do I make an npc respond to an idle anim marker when they are sitting in a chair? I cant find an anim-object for typing and when I put an anim marker under the chair, they dont do anything. They sit in the chair and get that far but nothing ever happens after that.Is there anyone here who knows how to make npcs do animations when they are sitting? Edited March 11, 2011 by 1mjolnir1 Link to comment Share on other sites More sharing options...
rickerhk Posted March 12, 2011 Share Posted March 12, 2011 In the idle manager, it's under Furniture idles - Sitting - ChairSitting - SittingChairIdles- NPCSittingChairIdles - SitUseTerminal.There is a condition on the idle that the NPC must be sitting in a chair that is in the form list 'ComputerChairs'.If the NPC is in a sandbox package, for example, and this type of chair is available, they will run the idle when sitting in it. Link to comment Share on other sites More sharing options...
1mjolnir1 Posted March 13, 2011 Author Share Posted March 13, 2011 Alright I found the file in the idle manager. But what do I do after that? I may be a newbie but there is no where to go once you find the idle animation, what am I supposed to do? How do i attach that animation to an npc? I'm only really familiar with idle markers and I'm trying to learn how to specify animations more. Link to comment Share on other sites More sharing options...
rickerhk Posted March 13, 2011 Share Posted March 13, 2011 If the conditions for an idle are met, the npc will usually just play it.If you take a look at the chair your NPC is sitting in, check to see if it is in the ComputerChairs formlist. If it is not, you can add it. But in a script, you use ActorREF.PlayIdle SitUseTerminal Link to comment Share on other sites More sharing options...
1mjolnir1 Posted March 14, 2011 Author Share Posted March 14, 2011 aha I see, so the idle manager is more of a guideline I guess. You just follow the conditions set out for you by the manager? Link to comment Share on other sites More sharing options...
Recommended Posts