Jump to content

Creation Kit Scene Won't Trigger.


Recommended Posts

Posted

Can anyone please help me out I can't get this scene to trigger and I don't know why. I updated the seq file. There are two quests and one quest is starting the new quest ---> NA_MQ_Wolf_Party.

 

This is the last stage of my intro quest which is supposed to trigger the party quest.

 

SetObjectiveCompleted(0)
NA_MQ_Wolf_Party.SetActive()
NA_MQ_Wolf_Party.Setstage(0)
CompleteAllObjectives()
Stop()

 

 

Screenshot (704).png

Screenshot (705).png

Screenshot (706).png

Screenshot (707).png

Posted

sqv is your friend.

 

Use it to make sure all the alias's filled and make sure the quest actually started.

 

So, sqv NA_MQ_Wolf_Party

 

Also, the NA_MQ_Wolf_Party.Setstage(0) is not required.  Sez you are a noob.

 

Also assuming that all the code at the top is NOT part of NA_MQ_Wolf_Party.

 

Check your alias's and make sure the checkboxes are right especially for Farkus etc.  They are in other quests and cannot be used unless you have the correct checkboxes on.

Posted
17 hours ago, fishburger67 said:

sqv is your friend.

 

Use it to make sure all the alias's filled and make sure the quest actually started.

 

So, sqv NA_MQ_Wolf_Party

 

Also, the NA_MQ_Wolf_Party.Setstage(0) is not required.  Sez you are a noob.

 

Also assuming that all the code at the top is NOT part of NA_MQ_Wolf_Party.

 

Check your alias's and make sure the checkboxes are right especially for Farkus etc.  They are in other quests and cannot be used unless you have the correct checkboxes on.

Thank you for the response and I am very much a noob when it comes to quests. NA_MQ_Wolf_Party Quest will not fire if I don't use NA_MQ_Wolf_Party.Setstage(0). Also, how exactly do I use sqv?

Posted
3 hours ago, Jenova23 said:

Thank you for the response and I am very much a noob when it comes to quests. NA_MQ_Wolf_Party Quest will not fire if I don't use NA_MQ_Wolf_Party.Setstage(0). Also, how exactly do I use sqv?

just exactly as I typed it above

Posted
16 hours ago, fishburger67 said:

just exactly as I typed it above

Ok, so the quest doesn't activate at all. There must be something wrong with my script or something I'm missing. I tried to google it but I don't know how to start a quest with another quest.

Posted
On 3/14/2022 at 5:36 PM, Jenova23 said:

Ok, so the quest doesn't activate at all. There must be something wrong with my script or something I'm missing. I tried to google it but I don't know how to start a quest with another quest.

I already told you in the first post, it is likely missing checkbox entries for your alias's.  Please re-read my first response carefully and then go google how to do it right.

Archived

This topic is now archived and is closed to further replies.

  • Recently Browsing   0 members

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