Jump to content

Quest Problems


Croaks

Recommended Posts

Hey guys, newbie here.

 

I'm working on a first mod that's kind of medium-sized.

I want to add a feature where, after completing a quest given by an NPC, spawns a different NPC in a certain place.

 

For example in my mod, you can do a quest to recruit someone into your team. How would I be able to do that?

 

My guess is some sort of script or something, and I can't find a tutorial on this.

 

Please help, and thanks in advance. :-)

Link to comment
Share on other sites

this might help.

http://www.youtube.com/watch?v=zDE4yHOz0cQ

 

You could also have a empty space with NPCs and then have the quest complete script move them to their new location.

I haven't tried it but something like NPCxxxREF.moveto locationREF should do it. Both would have to be marked persistent.

Link to comment
Share on other sites

replace NPCxxx with whatever you actually call your NPC. So if the REF is FreddyREF then it would be FreddyREF.moveto locationREF (replace location ref with where you ave moving him to)

Link to comment
Share on other sites

  • Recently Browsing   0 members

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