Neverwinter Wiki
Advertisement

This template is used to indent dialogue blocks that are within a branch of a dialogue tree.

Usage:

{{dbranches|
content
}}

Normally, this will be used with {{dialogue}} as shown below:

{{dialogue|first person|
initial dialogue
}}
{{dbranches|
----
{{dialogue|second person|
first response option
}}
{{dialogue|first person|
response to this
}}
----
{{dialogue|second person|
second response option
}}
{{dialogue|first person|
response to this
}}
----
}}
first person
initial dialogue

second person
first response option
first person
response to this

second person
second response option
first person
response to this

And it can be nested for handling the branches of branches:

{{dialogue|first person|
initial dialogue
}}
{{dbranches|
----
{{dialogue|second person|
first response option
}}
{{dialogue|first person|
response to this
}}
{{dbranches|
----
{{dialogue|second person|
first follow-up response option
}}
{{dialogue|first person|
response to this
}}
----
{{dialogue|second person|
second follow-up response option
}}
{{dialogue|first person|
response to this
}}
----
}}
----
{{dialogue|second person|
second response option
}}
{{dialogue|first person|
response to this
}}
{{dbranches|
----
{{dialogue|second person|
first follow-up response option
}}
{{dialogue|first person|
response to this
}}
----
{{dialogue|second person|
second follow-up response option
}}
{{dialogue|first person|
response to this
}}
----
}}
----
}}
first person
initial dialogue

second person
first response option
first person
response to this

second person
first follow-up response option
first person
response to this

second person
second follow-up response option
first person
response to this


second person
second response option
first person
response to this

second person
first follow-up response option
first person
response to this

second person
second follow-up response option
first person
response to this


Advertisement