Jump to content

Help making an NPC


izhe

Recommended Posts

I could use a little help making an NPC, THAT will show up after you've completed a quest. I want to do is a make a doctor at the the castle but mot show up until after you've taken it back. Kind of like Ronnie Shaw if someone could point me in the right Direction it would be greatly appreciated. Thank you in advance for any and all help.
Link to comment
Share on other sites

You would make a quest that has a script on it that would fire a while loop oninit (with a reasonable wait time) while the quest stage for taking the castle isn't complete, and as soon as it is this loop will break and run your code. You could place a marker at the castle to use as your spawnpoint, which you would make a property of your quest script and run the placeatme function on.

 

I am also on my phone so sorry I can't make an example right now.

Link to comment
Share on other sites

  • Recently Browsing   0 members

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