Jump to content

Goodbye topic


viking99

Recommended Posts

How do you get rid of the standard goodbye answer in dailogues, normally i don´t mind but now I have created a converstation with different skill checks. If the player fails the skill check combat will occur. I have several paths that all end with a goodbye check and either initiates combat or leads to a peacefull solution.

 

What I need now is to get rid of the standard goodbye topic that enables to player to get out of the conversation without picking a path. Any ideas?

Link to comment
Share on other sites

There may be several techniques for creating dialog with NPCs. In most cases, you use the "choices" field of the dialog box in order to explicitly list what choices you want. This is described in the quest tutorial at geck.bethsoft.com and this is what most modders use. In this case, the only choices the player has, are the ones you have given. So if you do not want the conversation to end at a certain point, you don't provide "goodbye" as one of the choices. I have used this multiple times in my mods and it works fine.
Link to comment
Share on other sites

There may be several techniques for creating dialog with NPCs. In most cases, you use the "choices" field of the dialog box in order to explicitly list what choices you want. This is described in the quest tutorial at geck.bethsoft.com and this is what most modders use. In this case, the only choices the player has, are the ones you have given. So if you do not want the conversation to end at a certain point, you don't provide "goodbye" as one of the choices. I have used this multiple times in my mods and it works fine.

Seems to be working fine Thanks! Does that mean that the the command addTopic is redundant in al dialoques that you use this model?

Link to comment
Share on other sites

  • Recently Browsing   0 members

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