Jump to content

Quest related help needed


pidgebc

Recommended Posts

I've got a couple problems with the mod I'm working on. I'll try to be as brief as possible while still including the necessary details.

 

1. I'm trying to have a quest stage change from 20 to 30 when the player goes to Whiterun.

 

2. When the quest stage hits 30, I want to spawn an enemy NPC I created.

Link to comment
Share on other sites

For the first part, I'm really not sure how to do it, my guess is that I need to make an alias for Whiterun, but I'm not sure how to go about that.

 

For the second part, I've tried a xmarker to spawn the NPC through aliases. I made an alias for the marker, then I made an alias for the NPC with Create Reference to Object At the marker, and set it to initially disabled. Then for the papyrus fragment on that stage of the quest, I put

alias_UndeadGuard.GetRef().Enable()

UndeadGuard being the alias of the NPC I'm trying to spawn.

 

I'm really not sure where I went wrong for that part.

Edited by pidgebc
Link to comment
Share on other sites

  • Recently Browsing   0 members

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