Jump to content

Quest: Make an actor killible again.


Recommended Posts

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

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

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

  • Recently Browsing   0 members

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