Jenova23 Posted March 13, 2022 Posted March 13, 2022 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()
fishburger67 Posted March 13, 2022 Posted March 13, 2022 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.
Jenova23 Posted March 14, 2022 Author Posted March 14, 2022 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?
fishburger67 Posted March 14, 2022 Posted March 14, 2022 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
Jenova23 Posted March 15, 2022 Author Posted March 15, 2022 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.
fishburger67 Posted March 16, 2022 Posted March 16, 2022 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.
Recommended Posts
Archived
This topic is now archived and is closed to further replies.