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 revisionBoth sides next revision
modding:dialog [2021/05/03 04:37] 24.239.107.14modding:dialog [2021/05/03 04:38] 24.239.107.14
Line 11: Line 11:
 TOPICS are what the Player can say in reply to the NPC. Choosing a Topic will link the player to the next Dialog Group. TOPICS are what the Player can say in reply to the NPC. Choosing a Topic will link the player to the next Dialog Group.
  
-ACTIONS are triggered when the Dialog Group is activated (and the NPC Text is transmitted).+[[modding:actions|ACTIONS]] are triggered when the Dialog Group is activated (and the NPC Text is transmitted).
  
 Looking at the flowchart, explore the sample conversation and see how the Player's future is impacted by their choices. Looking at the flowchart, explore the sample conversation and see how the Player's future is impacted by their choices.
Line 23: Line 23:
 | 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                        |
 | Topics    | The response(s) available for the player to send to the NPC. Each Topic has its own ADD TOPIC menu.                                                                   | see next section            | | Topics    | The response(s) available for the player to send to the NPC. Each Topic has its own ADD TOPIC menu.                                                                   | see next section            |
-| Actions   | Actions that are triggered when this Dialog Group is activated.                                                                                                       | see Actions                 |+| [[modding:actions|Actions  ]] | Actions that are triggered when this Dialog Group is activated.                                                                                                       | see [[modding:actions|Actions                ]] |
  
 ===== Add Topic ===== ===== Add Topic =====
modding/dialog.txt · Last modified: 2021/05/07 04:42 by jazzy