Joe Hallenbeck Posted July 6, 2015 Share Posted July 6, 2015 I would like to make a spell with iddle animation effect of kneeling or praying. It shouldn't be used by NPC, only with PC. I suppose that the right way is through script, which can be added as spell effect. Can anyone give me help hand, how to write a script which can force a animation when spell is casted and last? For example I would like to play animation MQ15Kneel for about 30 second, and It's desirable that PC shouldn't do anything else, only kneel through 30 seconds. Is It possible? I'm not good in scripting. And If there is problem with 1st person view, the animation can start 3rd person view. Link to comment Share on other sites More sharing options...
malonn Posted September 8, 2015 Share Posted September 8, 2015 Have a look at the OBSE 20 function "PlayIdle". It's handy. When working with idles, note the restrictions. PickIdle is the only vanilla command if you don't like OBSE (though God only knows why you wouldn't like it). So for the engine to narrow down idles tro play, they devs set in conditions for which the idle will play. The conditions have to be met. Link to comment Share on other sites More sharing options...
Recommended Posts