MathLeBeau Posted April 6, 2016 Share Posted April 6, 2016 Hi, I am making a big quest and I want to know how to remake an actor killable again after some stage of the quest. I need two alias, one that make Evette San essential before the quest and before stage 18 of the quest. Stage 18 have the scrip that make her killable again. This script is not working in game: Alias_ST_TSWREvetteSan.GetActorReference().GetActorBase().SetEssential(False) So that Why I need probably a second alias of her that the dead flag is check. But How should it work? Link to comment Share on other sites More sharing options...
skinnytecboy Posted April 7, 2016 Share Posted April 7, 2016 Are you clearing the first alias after setting essential false? Off the top of my head, think this is what I've done in the past (although I don't think I called SetEssential on the alias property, think I set an actor base prop instead). Link to comment Share on other sites More sharing options...
MathLeBeau Posted April 8, 2016 Author Share Posted April 8, 2016 The reason that I do not want to tic Essantial in Evette San's Actor window is do not include her directly in my mod (I do not want the little "*" next to her name in the ck, that's why I use Script ans alias to do so. Link to comment Share on other sites More sharing options...
Recommended Posts