Jump to content

[LE] Strange problem with npc spawning


Recommended Posts

Anyone?

 

I need to spawn an NPC after certain amount of time pass. So after my quest hits stage 40, then after 5 hours my NPC should spawn.

 

In Quest Stages - Papyrus Fragment i have:

 

setObjectiveCompleted(30)
setObjectiveDisplayed(40)

RegisterForSingleUpdateGametime(5)

 

 

In the scripts tab of the quest window i have this:

 

Scriptname MODVereena2Script extends Quest
ObjectReference Property SpawnMarker Auto
Event OnUpdateGameTime()
SpawnMarker.Enable()
EndEvent

 

 

I have connected my NPC to the xmarker through enable parent. Xmarker is set to initially disabled.
But it doesn't work?
Edited by Ancient76
Link to comment
Share on other sites

  • Recently Browsing   0 members

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