Jump to content

Creating an custom idle marker Help SE


mumu223

Recommended Posts

Posted

So i was trying to create idle sandbox markers with animation from poses. I created an animation event with the anim i wanted (in gameplay > animations)

 

Created a new idle marker with the said animation, random then random 10 sec, then sequence with 2 event the last one idle skyrim laugh. tried once as well.

 

The animation of course works but it never stops. I even attached a script to the idle marker

 

Scriptname idstopanim extends ObjectReference

Event OnActivate( ObjectReference akActionRef )
    Actor npc = akActionRef as Actor

    Utility.Wait(10)    
    Debug.SendAnimationEvent(npc, "IdleForceDefaultState")	

EndEvent

 

Still nothing, the animation doesnt stop.

 

Any tips? Yes i know about furniture markers, but it takes a lot of time to make those with enter/loop/exit etc.

 

Frack, sorry i guess i should've posted this in SE Technical.

Archived

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

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...