User Tools

Site Tools


modding:dialog

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
modding:dialog [2021/05/03 04:39] 24.239.107.14modding:dialog [2021/05/07 04:42] (current) – [Add Topic] jazzy
Line 1: Line 1:
 ======Dialog Tree====== ======Dialog Tree======
- 
 The "tree" of available dialog between players and NPCs that can be explored in the Operations/Communications station. The "tree" of available dialog between players and NPCs that can be explored in the Operations/Communications station.
  
-Below is a flowchart outlining a potential conversation.+Below is a flowchart outlining a potential conversation. //Opening the image will make it easier to read.//
 {{ :modding:screenshot_horizons_dialog_sample.png?direct |}} {{ :modding:screenshot_horizons_dialog_sample.png?direct |}}
 +
 Each box represents a DIALOG GROUP. Each Dialog Group can contain Text, Topics, and Actions. Each box represents a DIALOG GROUP. Each Dialog Group can contain Text, Topics, and Actions.
  
Line 22: Line 22:
 | Links To  | The ID of another Dialog Group that will be triggered after the activation of the current dialog group.                                                               | drop-down selection         | | Links To  | The ID of another Dialog Group that will be triggered after the activation of the current dialog group.                                                               | drop-down selection         |
 | Text      | The text message sent by the NPC to the Player. If multiple options are added, one will be randomly selected from the list each time this Dialog Group is triggered.  | text                        | | Text      | The text message sent by the NPC to the Player. If multiple options are added, one will be randomly selected from the list each time this Dialog Group is triggered.  | text                        |
-| [[modding:dialog#add-topic|Topics   ]] | The response(s) available for the player to send to the NPC. Each Topic has its own ADD TOPIC menu.                                                                   | see next section            |+| [[modding:dialog#add_topic|Topics   ]] | The response(s) available for the player to send to the NPC. Each Topic has its own ADD TOPIC menu.                                                                   | see [[modding:dialog#add_topic|Topics           ]] |
 | [[modding:actions|Actions  ]] | Actions that are triggered when this Dialog Group is activated.                                                                                                       | see [[modding:actions|Actions                ]] | | [[modding:actions|Actions  ]] | Actions that are triggered when this Dialog Group is activated.                                                                                                       | see [[modding:actions|Actions                ]] |
 +{{:modding:add_dialog_group.png?nolink&300 |}} 
 +{{ :modding:add_dialog_topic.png?nolink&350|}}
 ===== Add Topic ===== ===== Add Topic =====
 ^ Name            ^ Description      ^ Value      ^                                                                                                                                 ^ Name            ^ Description      ^ Value      ^                                                                                                                                
Line 32: Line 33:
 | Text      | The text message sent by the Player to the NPC.  | text                        | | Text      | The text message sent by the Player to the NPC.  | text                        |
  
 +
 +----
 +Jump To | 
 +[[modding:missions|Missions]] | [[modding:dialog|Dialog]] | [[modding:encounters|Encounters]] | [[modding:commodities|Commodities]] | [[modding:components|Components]] | [[modding:objectives|Objectives]]
modding/dialog.1620016751.txt.gz · Last modified: 2021/05/03 04:39 by 24.239.107.14