I tried the following lines:
RuufgardTavern_Alias.GetReference().SetEssential()
and I also tried creating an actor property and then doing:
RuufgardTavern.SetEssential()
and then I also tried:
(RuufgardTavern as Actor).SetEssential()
But it always returns with the same error:
Starting 1 compile threads for 1 files...
Compiling "QF_LPGIntro_0200EFEF"...
e:\steam\steamapps\common\skyrim\Data\Scripts\Source\temp\QF_LPGIntro_0200EFEF.psc(77,15): SetEssential is not a function or does not exist
No output generated for QF_LPGIntro_0200EFEF, compilation failed.
Batch compile of 1 files finished. 0 succeeded, 1 failed.
Failed on QF_LPGIntro_0200EFEF
Compiling "QF_LPGIntro_0200EFEF"...
e:\steam\steamapps\common\skyrim\Data\Scripts\Source\temp\QF_LPGIntro_0200EFEF.psc(77,15): SetEssential is not a function or does not exist
No output generated for QF_LPGIntro_0200EFEF, compilation failed.
Batch compile of 1 files finished. 0 succeeded, 1 failed.
Failed on QF_LPGIntro_0200EFEF

