Scriptname CO_Vault109StartQuestScript extends Quest ObjectReference Property Vault109SpawnMarker Auto Const Event OnQuestInit() If IsStageDone(10) == False Utility.Wait(1.0) Actor playerRef = Game.GetPlayer() Debug.Notification("Vault 109 spawn quest ran") playerRef.MoveTo(Vault109SpawnMarker) SetStage(10) EndIf EndEvent