Dialog

Post » Sat May 28, 2011 8:54 am

Is this right?

'To the right, there are a few empty fields, with the words add topic above them. DO NOT use this to add topics. There is a bug in the CS that makes multiple mods that add topics that way conflict, so they won't work. Instead, go to the result script and type: "addtopic blahblahblah" without the brackets.

You should not add topics to dialog using the addtopic box?
User avatar
Silencio
 
Posts: 3442
Joined: Sun Mar 18, 2007 11:30 pm

Post » Sat May 28, 2011 12:02 pm

This is true. However, the bug only exists in the 'GREETINGS' topic as far as I know. Or maybe other topics as well, but the GREETINGS topic is the only vanilla topic that is commonly used by modders and that people also like to use to add new topics sometimes.

You can use the addtopic box for your own topics, there shouldn't be any possibilities for conflicts there.

So if a greeting needs to add a topic, you need to add something like this to the result script:

AddTopic YourTopicID
User avatar
Kira! :)))
 
Posts: 3496
Joined: Fri Mar 02, 2007 1:07 pm

Post » Sat May 28, 2011 3:39 pm

This is true. However, the bug only exists in the 'GREETINGS' topic. You can use the addtopic box for normal topics, but you shouldn't use it on greetings.

So if a greeting needs to add a topic, you need to add something like this to the result script:

AddTopic YourTopicID


Whew! Thanks for explaining. Btw, great tutorial. :)

While I am here, I haven't set up a custom greeting yet. I seem to recall you had to do it in a round about way to avoid further bugs. Anyone able to give a quick few lines on making a custom greeting, please.

I need my NPC to say a line when the player goes near them, not when they engage in conversation.
User avatar
Guinevere Wood
 
Posts: 3368
Joined: Mon Dec 04, 2006 3:06 pm

Post » Sat May 28, 2011 7:13 pm

I need my NPC to say a line when the player goes near them, not when they engage in conversation.

That's the HELLO topic I believe. But that would have to be voiced if you want the player to notice.

While I am here, I haven't set up a custom greeting yet. I seem to recall you had to do it in a round about way to avoid further bugs.

Nothing special as far as I know. You create a new quests, then add the topic GREETING to it, then add new dialogue to that topic. As long as you don't edit something like the topic title of GREETING there shouldn't be any problems.
User avatar
stevie critchley
 
Posts: 3404
Joined: Sat Oct 28, 2006 4:36 pm

Post » Sat May 28, 2011 1:55 pm

Thanks! :)
User avatar
Jessie Butterfield
 
Posts: 3453
Joined: Wed Jun 21, 2006 5:59 pm


Return to IV - Oblivion