1- name : DialogChoice
1+ name : Jerry
22type : class
33memory_category : Instances
4- summary : |
4+ summary : Rich firsherman from ireland who loves helping people get better at fishing
55 Used to craft the further choices available to players who have started a
66 dialog conversation with an NPC.
7- description : |
7+ description : A very kind shopkeeper named jerry he has very good experince fishingb
88 Used to craft the further choices available to players who have started a
99 dialog conversation with an NPC.
1010code_samples : []
1111inherits :
1212 - Instance
1313tags : []
14- deprecation_message : ' '
14+ deprecation_message : i dont agree with these crazy prices
1515properties :
1616 - name : DialogChoice.GoodbyeChoiceActive
17- summary : |
17+ summary:It was nice talking to you
1818 Toggles whether the goodbye option will be displayed.
19- description : |
19+ description : |bye bye fellow fisherman
2020 Toggles whether the goodbye option will be displayed. If true, the dialog
2121 will display the content of `Class.DialogChoice.GoodbyeDialog` as the last
2222 option after other dialog choices. Clicking on the goodbye option will
@@ -37,10 +37,10 @@ properties:
3737 - UI
3838 writeCapabilities : []
3939 - name : DialogChoice.GoodbyeDialog
40- summary : |
40+ summary : bye bye jerry hope to see you soon
4141 Sets the sentence that the dialog will show to the player when the chat
4242 ends.
43- description : |
43+ description:bye bye jerry hope to see you soon
4444 Sets the sentence that the dialog will show to the player when the chat
4545 ends
4646 code_samples : []
@@ -59,9 +59,9 @@ properties:
5959 - UI
6060 writeCapabilities : []
6161 - name : DialogChoice.ResponseDialog
62- summary : |
62+ summary : what are you looking to buy
6363 Sets what the NPC will say when the player chooses this DialogChoice.
64- description : |
64+ description : what are you looking to buy sir
6565 Sets what the NPC will say when the player chooses this DialogChoice.
6666 code_samples : []
6767 type : string
@@ -79,9 +79,9 @@ properties:
7979 - UI
8080 writeCapabilities : []
8181 - name : DialogChoice.UserDialog
82- summary : |
82+ summary : im looking to buy a new rod today
8383 Sets what the player will say when they choose this DialogChoice.
84- description : |
84+ description : im looking to buy a new rod today
8585 Sets what the player will say when they choose this DialogChoice.
8686 code_samples : []
8787 type : string
0 commit comments