Hey there!
yeah, sorry if this have been answered in one of the other posts. Just... I am a little too lazy to search for it =)
I got this quest, where I want the NPC's to spawn in a set quest stage. I then did a few things:
I made a new cell, I added an interior, which I named "AmbushersHomeREF" and I added my 3 Ambushers. Each with persistance-something and something-disabled checked.
I then added a script to my quest stage:
Ambusher 1.moveto Ambusher1TargetREFambusher2.MoveTo Ambusher2TargetREFAmbusher3.Moveto AMBUSHER3targetREF
then I added a script to each ambusher
if GetStage WeirdNote == 30enableelsemoveto AmbuusherHomeREFendifend
However, they never show up.
I havn't found any guide how to make an NPC show up in an special condition. There is one tutorial on how to summon one, but ... that script is quite a bit too much for me.
Any help would be appreciated =) Not just on the quest, but in general: How to Make an NPC spawn in an special condition, and then dissapear - disable after the condition is over.
cheers!