the easiest way to do this is to fire the quest directly from within the skyrim quest, but i don't want to touch anything that edits vanilla data. so what i'm wondering is, what is the best way to "fish" for a trigger?
i've been reading up on RegisterForUpdate to set the quest in a polling state until the condition is met (required vanilla quest completed) but i don't know how efficient that would be. it doesn't sound like a good idea to have a function constantly updating until the condition is finally met.
is there any kind of event function that i could use that would trigger for specific quest related stages/objectives? kind of like how the "fetch me this ingredient" quests always update in real time when you find said ingredient?
