Lore locker

This commit is contained in:
Marco 2025-10-09 10:35:05 +02:00
commit 52999bbc8b
8 changed files with 658 additions and 563 deletions

View file

@ -7,8 +7,10 @@ script = ExtResource("1_h5gnk")
classname = "Dialogue"
description = "Starts the dialogue associated to the named timeline"
class_properties = {
"custom_dialogue": "",
"timeline": ""
}
class_property_descriptions = {
"timeline": "Name of the timeline to trigger"
"custom_dialogue": "Custom dialogue script, plays if no timeline is specified",
"timeline": "Name of the timeline to trigger, overrides custom dialogue"
}