lukilla Posted November 13, 2020 Share Posted November 13, 2020 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?. Link to comment Share on other sites More sharing options...
NexusComa2 Posted November 14, 2020 Share Posted November 14, 2020 akActor.PlayIdle(IdleRitualSkull2)utility.Wait(2.0)akActor.SetOutfit(MonkOutfit) Link to comment Share on other sites More sharing options...
Recommended Posts