1- name : DialogChoice
1+ name : Jerry
22type : class
33memory_category : Instances
4- summary : |
4+ summary : a lovely shopkeeper from ireland
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 shopkeeper who loves helping young fisherman
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 like how exspensive things are these days
1515properties :
1616 - name : DialogChoice.GoodbyeChoiceActive
17- summary : |
17+ summary : is that all or do you want anything else
1818 Toggles whether the goodbye option will be displayed.
19- description : |
19+ description : thank you for you purchases hope to see you again
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
2323 exit the dialog.
2424 code_samples : []
2525 type : boolean
2626 tags : []
27- deprecation_message : ' '
27+ deprecation_message : these prices keep going up
2828 security :
2929 read : None
3030 write : None
@@ -37,10 +37,10 @@ properties:
3737 - UI
3838 writeCapabilities : []
3939 - name : DialogChoice.GoodbyeDialog
40- summary : |
40+ summary : leave shop or open it back
4141 Sets the sentence that the dialog will show to the player when the chat
4242 ends.
43- description : |
43+ description : leave shop
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 else would you like to buy
6363 Sets what the NPC will say when the player chooses this DialogChoice.
64- description : |
64+ description : is that it good 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 : hey jerry good to see you again
8383 Sets what the player will say when they choose this DialogChoice.
84- description : |
84+ description : |nice to see you again jerry
8585 Sets what the player will say when they choose this DialogChoice.
8686 code_samples : []
8787 type : string
0 commit comments