Jump to content

Papyrus fragment help


lukegato

Recommended Posts

Posted

Hey there, I got the following fragment working on an AI package at end/change portion:

 

akActor.SetOutfit(MonkOutfit)
akActor.PlayIdle(IdleRitualSkull2)

 

Now I wonder if there is a way to make the setoutfit execute a couple seconds after the playidle?.

Posted

 

akActor.PlayIdle(IdleRitualSkull2)

Utility.Wait(2)
akActor.SetOutfit(MonkOutfit)

Archived

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

  • Recently Browsing   0 members

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