Jump to content

Simple NPC spawn script


JagMaker

Recommended Posts

Hello,

i need help with quest editing, with script part., for excample:

_________________________________________________________________

if kmyQuest.CheckResolveAttack()
if IsObjectiveDisplayed(10)
+++++++++++ Script to spawn npc here ++++++++++++
endif
FailAllObjectives()
else
if IsObjectiveDisplayed(10) && IsObjectiveCompleted(10) == false
WorkshopSuperMutantAttack01WinMessage.Show()
endif
CompleteAllObjectives()
endif
_________________________________________________________________
So, i want to insert script which will spawn npc if player fail quest., bt scripting part is hard for me, plx advice something)
Link to comment
Share on other sites

  • Recently Browsing   0 members

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