ObLars Posted July 13, 2011 Share Posted July 13, 2011 Hey. Why won't the Chorrol Fighters guild porter use my custom dialogue? I made a quest, made a quest script, i added new dialogue through the quest, made conditions "Getisid" "Getquestvariable" etcetc. Why wont he use it? I think i'v done everything as expected o.O Link to comment Share on other sites More sharing options...
lgpmichael Posted July 13, 2011 Share Posted July 13, 2011 Hey. Why won't the Chorrol Fighters guild porter use my custom dialogue? I made a quest, made a quest script, i added new dialogue through the quest, made conditions "Getisid" "Getquestvariable" etcetc. Why wont he use it? I think i'v done everything as expected o.O Is your problem that you are expecting to see a dialog option when you talk to him, that isn't there? If so, have you used AddTopic on the player? Link to comment Share on other sites More sharing options...
David Brasher Posted July 13, 2011 Share Posted July 13, 2011 If you are using a topic like GREETING shared by other quests, you will need to make the priority of your quest really high, like 75-100 to override the other quests. Like Igpmichal says, you need to be sure you have used AddTopic before you meet the porter if you are using custom topics. You might want to double-check all of your conditions. Something may have gone wrong and the conditions are not met so the dialog cannot be used. One test you can run is removing all the conditions except the GetIsId *Porter* == 1. If your NPC can then talk, you will know that you did AddTopic right, and there is either a problem with how you wrote the conditions, or a problem with the scripting that would set the variables to make the conditions true. Link to comment Share on other sites More sharing options...
Recommended Posts