87 lines
1.7 KiB
Plaintext
87 lines
1.7 KiB
Plaintext
[gd_resource type="Resource" script_class="DialogueResource" load_steps=2 format=3]
|
|
|
|
[ext_resource type="Script" path="res://addons/dialogue_manager/dialogue_resource.gd" id="1_ikttr"]
|
|
|
|
[resource]
|
|
script = ExtResource("1_ikttr")
|
|
using_states = PackedStringArray()
|
|
titles = {
|
|
"floor_exit": "2"
|
|
}
|
|
character_names = PackedStringArray()
|
|
first_title = "2"
|
|
lines = {
|
|
"1": {
|
|
"id": "1",
|
|
"next_id": "2",
|
|
"text": "floor_exit",
|
|
"type": &"title"
|
|
},
|
|
"2": {
|
|
"character": "",
|
|
"character_replacements": Array[Dictionary]([]),
|
|
"id": "2",
|
|
"next_id": "3",
|
|
"notes": "",
|
|
"tags": PackedStringArray(),
|
|
"text": "Proceed to the next floor?",
|
|
"text_replacements": Array[Dictionary]([]),
|
|
"translation_key": "Proceed to the next floor?",
|
|
"type": &"dialogue"
|
|
},
|
|
"3": {
|
|
"character": "",
|
|
"character_replacements": Array[Dictionary]([]),
|
|
"id": "3",
|
|
"next_id": "4",
|
|
"next_id_after": "6",
|
|
"notes": "",
|
|
"responses": PackedStringArray("3", "5"),
|
|
"tags": PackedStringArray(),
|
|
"text": "Yes",
|
|
"text_replacements": Array[Dictionary]([]),
|
|
"translation_key": "Yes",
|
|
"type": &"response"
|
|
},
|
|
"4": {
|
|
"id": "4",
|
|
"mutation": {
|
|
"expression": Array[Dictionary]([{
|
|
"function": "Exit",
|
|
"type": &"function",
|
|
"value": Array[Array]([])
|
|
}]),
|
|
"is_blocking": true
|
|
},
|
|
"next_id": "6",
|
|
"parent_id": "3",
|
|
"type": &"mutation"
|
|
},
|
|
"5": {
|
|
"character": "",
|
|
"character_replacements": Array[Dictionary]([]),
|
|
"id": "5",
|
|
"next_id": "6",
|
|
"next_id_after": "6",
|
|
"notes": "",
|
|
"tags": PackedStringArray(),
|
|
"text": "No",
|
|
"text_replacements": Array[Dictionary]([]),
|
|
"translation_key": "No",
|
|
"type": &"response"
|
|
},
|
|
"6": {
|
|
"id": "6",
|
|
"is_snippet": false,
|
|
"next_id": "end",
|
|
"type": &"goto"
|
|
}
|
|
}
|
|
raw_text = "~ floor_exit
|
|
Proceed to the next floor?
|
|
- Yes
|
|
do Exit()
|
|
- No
|
|
=> END"
|
|
metadata/dialogue_manager_version = "2.41.4"
|