spinspider Posted October 10, 2010 Author Share Posted October 10, 2010 I need to write a script in order to apply the quest to the NPC? But several other dummy quests for dialog don't have scripts that I can see.. how do I write a script if it will work? Link to comment Share on other sites More sharing options...
zprospero Posted October 10, 2010 Share Posted October 10, 2010 No. You have to write a script to add the Topic to the PLAYER, not the NPC. This is an example: addtopic MyNewTopic Link to comment Share on other sites More sharing options...
spinspider Posted October 10, 2010 Author Share Posted October 10, 2010 But how do I get the quest to stay on the NPC's quest list in dialog box? Link to comment Share on other sites More sharing options...
slygothmog Posted October 10, 2010 Share Posted October 10, 2010 Ok...your adding dialogue that you want only a cartain NPC will speak, correct? You dont add quests to NPC's, they just become a part of the quest through the dialogue.I will assume your NPC is called Bob, and the topic you wish to add to him is called aaaWheresMyShirtFirst make sure that the condition in the dialogue is thisGetIsID Bob == 1Then write a script like this ( make sure it's a quest script ) and attach it too the quest. scn aaaAddTopic short once begin gamemode if once == 0player.addtopic aaaWheresMyShirtset once to 1endif end Now this dialogue will appear in that and only that NPC's dialogue options. Link to comment Share on other sites More sharing options...
spinspider Posted October 10, 2010 Author Share Posted October 10, 2010 Never mind ,i think I got it! Thaank you! :yes: Link to comment Share on other sites More sharing options...
slygothmog Posted October 10, 2010 Share Posted October 10, 2010 (edited) Ok...good luck :) Edited October 10, 2010 by slygothmog Link to comment Share on other sites More sharing options...
zprospero Posted October 10, 2010 Share Posted October 10, 2010 Never mind. Sly beat me to it. :laugh: Good luck with your mod! Link to comment Share on other sites More sharing options...
Recommended Posts